Skip to content

Commit

Permalink
[+] A-OK message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Dione committed Apr 21, 2017
1 parent 356a3b9 commit 02fc1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dinant.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def test(regexp, src, dst, capt=True):
test(float, '-.736', ('-.736', ))
test(float, '.736', ('.736', ))

print('A-OK!')

if __name__ == '__main__':
s = ' '.join(sys.argv[1:])
Expand Down

0 comments on commit 02fc1a6

Please sign in to comment.