fixing cli.py and filelist.py
[findit] / src / cli.py
index ebe9856..d8670a4 100644 (file)
@@ -5,8 +5,8 @@
 
 class Cli(object):
 
-    def show(self, path, size):
-        print "%12g  %s" % (size/1024./1024., path)
-
     def __init__(self):
         pass
+
+    def show(self, path, size):
+        print "%12g  %s" % (size/1024./1024., path)