upgrade to django 1.11.16 and python3.6
This commit is contained in:
parent
b32465e85f
commit
bc0258ea8f
17 changed files with 155 additions and 84 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue