From: Alexandr Popov Date: Mon, 9 Mar 2009 16:09:54 +0000 (+0300) Subject: fixing some bugs in src/consprint.py X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=c753f26ece019fcf146c15f6392f0c79656a4039;p=findit fixing some bugs in src/consprint.py --- diff --git a/src/consprint.py b/src/consprint.py index a6b4cf6..89ca84a 100644 --- a/src/consprint.py +++ b/src/consprint.py @@ -9,3 +9,4 @@ class ConsPrint(object): print "%12g %s" % (size/1024./1024., path) def __init__(self): + pass