From c753f26ece019fcf146c15f6392f0c79656a4039 Mon Sep 17 00:00:00 2001 From: Alexandr Popov Date: Mon, 9 Mar 2009 19:09:54 +0300 Subject: [PATCH] fixing some bugs in src/consprint.py --- src/consprint.py | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.9.5