Skip to content

Commit

Permalink
Fixed incompabitiblity in test with python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ruths committed Jun 9, 2016
1 parent 2628716 commit 9ebf4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arghandler/tests/subcmds.py
Expand Up @@ -12,7 +12,7 @@ def test_reported(self):

@subcmd('foobar', help='Does foobar')
def cmd_foobar(parser, context, args):
print 'foobar'
pass

handler = ArgumentHandler()
handler.run(['foobar','hello','world'])
Expand Down

0 comments on commit 9ebf4d0

Please sign in to comment.