Change to use super() instead of the old py2 style everywhere
This commit is contained in:
parent
55237f20a7
commit
5859de7054
33 changed files with 69 additions and 70 deletions
|
|
@ -116,7 +116,7 @@ class TestDefaultGuest(BaseEvenniaTest):
|
|||
|
||||
class TestDefaultAccountAuth(BaseEvenniaTest):
|
||||
def setUp(self):
|
||||
super(TestDefaultAccountAuth, self).setUp()
|
||||
super().setUp()
|
||||
|
||||
self.password = "testpassword"
|
||||
self.account.delete()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue