Skip to content
Snippets Groups Projects
Commit 9ec56d69 authored by Neil Johnson's avatar Neil Johnson
Browse files

ALL_USER_TYPES should be a tuple

parent 7e41545e
Branches
Tags
No related merge requests found
Fix typo in ALL_USER_TYPES definition to ensure type is a tuple
...@@ -128,4 +128,4 @@ class UserTypes(object): ...@@ -128,4 +128,4 @@ class UserTypes(object):
'admin' and 'guest' users should also be UserTypes. Normal users are type None 'admin' and 'guest' users should also be UserTypes. Normal users are type None
""" """
SUPPORT = "support" SUPPORT = "support"
ALL_USER_TYPES = (SUPPORT) ALL_USER_TYPES = (SUPPORT,)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment