diff options
Diffstat (limited to 'Lib/test/test_crypt.py')
-rwxr-xr-x | Lib/test/test_crypt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py index dfbcbdf..7336711 100755 --- a/Lib/test/test_crypt.py +++ b/Lib/test/test_crypt.py @@ -8,4 +8,4 @@ import crypt c = crypt.crypt('mypassword', 'ab') if verbose: - print 'Test encryption: ', c + print('Test encryption: ', c) |