# HG changeset patch # User Thomas Arendsen Hein # Date 1185007409 -7200 # Node ID c79e3fa6dc292a5ec2473ec7799b02a30859efc9 # Parent 8933b8ea871a53b13653d1514eb07fe65575c6a6 Remove unused pprint import and the commented line which used it before. diff --git a/hgext/convert/subversion.py b/hgext/convert/subversion.py --- 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()