upgrade to django 1.11.16 and python3.6

This commit is contained in:
cmile 2018-10-03 00:16:28 +02:00
parent b32465e85f
commit bc0258ea8f
17 changed files with 155 additions and 84 deletions

View file

@ -19,8 +19,8 @@ class PasswordEncryptionTest(TestCase):
def test_encrypt_ldap_password(self):
message, key = self.encrypt_it()
print 'key:', key
print 'message:', message
print('key:', key)
print('message:', message)
def test_decrypt_ldap_password(self):