1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

remove old, unused code

This commit is contained in:
Joel Schaerer 2011-01-09 12:04:22 +01:00
parent 18009e1aff
commit 006dd5cbec

View File

@ -165,10 +165,6 @@ def shell_utility():
print("%.1f:\t%s" % (count, path))
print("Total key weight: %d. Number of stored paths: %d" %
(sum(path_dict.values()), len(paths)))
elif ('--import', '') in optlist:
for i in open(args[-1]).readlines():
dicadd(path_dict, i[:-1])
pickle.dump(path_dict, open(dic_file, 'w'), -1)
else:
import re
completion = False