From 02fc1a6a774dce5d44f3d6c22b1584588ec82b72 Mon Sep 17 00:00:00 2001 From: Marcos Dione Date: Fri, 21 Apr 2017 14:11:37 +0200 Subject: [PATCH] [+] A-OK message. --- dinant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dinant.py b/dinant.py index 4d9ef1a..7ce38c5 100644 --- a/dinant.py +++ b/dinant.py @@ -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:])