Skip to content
Snippets Groups Projects
Commit a02f6ba7 authored by Martin Burchell's avatar Martin Burchell
Browse files

Python 3 print()

parent 4e25e34a
No related branches found
No related tags found
2 merge requests!166Staging,!157Django 2.2 and Python 3 upgrade
Pipeline #9883 failed
......@@ -14,7 +14,7 @@ class GroupPermissions(object):
def log(self, s):
if self.verbose:
print s
print(s)
@contextmanager
def groups(self, *grouplist):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment