cleaning master
[findit] / src / cli.py
diff --git a/src/cli.py b/src/cli.py
deleted file mode 100755 (executable)
index 3f88185..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#!/usr/bin/env python
-# -*-coding: utf-8 -*-
-# vim: sw=4 ts=4 expandtab ai
-# pylint: disable-msg=C0301
-
-class Cli(object):
-
-    def __init__(self):
-        pass
-
-    def show(self, fproperties):
-        path, size = fproperties
-        print "%12g  %s" % (size/1024./1024., path)
\ No newline at end of file