very big Bad commit :) - adding old created files
[findit] / src / cli.py
old mode 100644 (file)
new mode 100755 (executable)
index d8670a4..3f88185
@@ -1,3 +1,4 @@
+
 #!/usr/bin/env python
 # -*-coding: utf-8 -*-
 # vim: sw=4 ts=4 expandtab ai
@@ -8,5 +9,6 @@ class Cli(object):
     def __init__(self):
         pass
 
-    def show(self, path, size):
-        print "%12g  %s" % (size/1024./1024., path)
+    def show(self, fproperties):
+        path, size = fproperties
+        print "%12g  %s" % (size/1024./1024., path)
\ No newline at end of file