rename consprint.py into cli.py
[findit] / src / consprint.py
diff --git a/src/consprint.py b/src/consprint.py
deleted file mode 100644 (file)
index 89ca84a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python
-# -*-coding: utf-8 -*-
-# vim: sw=4 ts=4 expandtab ai
-# pylint: disable-msg=C0301
-
-class ConsPrint(object):
-
-    def show(self, path, size):
-        print "%12g  %s" % (size/1024./1024., path)
-
-    def __init__(self):
-        pass