summaryrefslogtreecommitdiff
path: root/backend/customtypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/customtypes.py')
-rw-r--r--backend/customtypes.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/customtypes.py b/backend/customtypes.py
deleted file mode 100644
index 84ebc235..00000000
--- a/backend/customtypes.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from enum import Enum
-
-class UserType(Enum):
- HOST_USER = 1
- EFFECTIVE_USER = 2
- ROOT = 3 \ No newline at end of file