changeset 4942:c79e3fa6dc29

Remove unused pprint import and the commented line which used it before.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 21 Jul 2007 10:43:29 +0200
parents 8933b8ea871a
children d1bee415406e
files hgext/convert/subversion.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/subversion.py
+++ b/hgext/convert/subversion.py
@@ -13,7 +13,6 @@
 #
 #   hg convert --config convert.svn.trunk=wackoname [...]
 
-import pprint
 import locale
 import os
 import cPickle as pickle
@@ -647,7 +646,6 @@ class convert_svn(converter_source):
             dirents = getdir[0]
             if type(dirents) == int:
                 # got here once due to infinite recursion bug
-                # pprint.pprint(getdir)
                 return
             c = dirents.keys()
             c.sort()