Skip to content

Commit 9ebf4d0

Browse files
author
Derek Ruths
committed
Fixed incompabitiblity in test with python 3
1 parent 2628716 commit 9ebf4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arghandler/tests/subcmds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_reported(self):
1212

1313
@subcmd('foobar', help='Does foobar')
1414
def cmd_foobar(parser, context, args):
15-
print 'foobar'
15+
pass
1616

1717
handler = ArgumentHandler()
1818
handler.run(['foobar','hello','world'])

0 commit comments

Comments
 (0)