From e0ff6ec73f622b2d020d03f0bbe446fce0840109 Mon Sep 17 00:00:00 2001 From: Alexandr Popov Date: Tue, 10 Mar 2009 21:25:23 +0300 Subject: [PATCH] fixing class name in cli.py --- src/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.py b/src/cli.py index 89ca84a..ebe9856 100644 --- a/src/cli.py +++ b/src/cli.py @@ -3,7 +3,7 @@ # vim: sw=4 ts=4 expandtab ai # pylint: disable-msg=C0301 -class ConsPrint(object): +class Cli(object): def show(self, path, size): print "%12g %s" % (size/1024./1024., path) -- 1.7.9.5