]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/memory.py
Migrate to Python 3
[collecty.git] / src / collecty / plugins / memory.py
index 55d6586493ca3943f80d72fecec2ce6c11422206..3310f718e84fc4c79a3a705710cecd5c7f540e6d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 ###############################################################################
 #                                                                             #
 # collecty - A system statistics collection daemon for IPFire                 #
@@ -19,9 +19,9 @@
 #                                                                             #
 ###############################################################################
 
-from __future__ import division
 
-import base
+
+from . import base
 
 from ..i18n import _