##// END OF EJS Templates
Remove unused pprint import and the commented line which used it before.
Thomas Arendsen Hein -
r4960:c79e3fa6 default
parent child Browse files
Show More
@@ -13,7 +13,6 b''
13 #
13 #
14 # hg convert --config convert.svn.trunk=wackoname [...]
14 # hg convert --config convert.svn.trunk=wackoname [...]
15
15
16 import pprint
17 import locale
16 import locale
18 import os
17 import os
19 import cPickle as pickle
18 import cPickle as pickle
@@ -647,7 +646,6 b' class convert_svn(converter_source):'
647 dirents = getdir[0]
646 dirents = getdir[0]
648 if type(dirents) == int:
647 if type(dirents) == int:
649 # got here once due to infinite recursion bug
648 # got here once due to infinite recursion bug
650 # pprint.pprint(getdir)
651 return
649 return
652 c = dirents.keys()
650 c = dirents.keys()
653 c.sort()
651 c.sort()
General Comments 0
You need to be logged in to leave comments. Login now