Minor cleanups

This commit is contained in:
Crista Lopes
2014-01-15 08:02:49 -08:00
parent 72b62229fe
commit c309e8bca5
2 changed files with 4 additions and 7 deletions

View File

@@ -93,7 +93,6 @@ def sort():
# Not in style, left as exercise
stack.extend(sorted(stack.pop().iteritems(), key=operator.itemgetter(1)))
#
# The main function
#
stack.append(sys.argv[1])