summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--database.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/database.py b/database.py
index 6a62adc..d8c8095 100644
--- a/database.py
+++ b/database.py
@@ -205,7 +205,10 @@ class FileType:
return 'unknown'
-FileTypes = None
+#
+# By default we recognize nothing.
+#
+FileTypes = FileType ({}, [])
#
# Mix all the virtual employers into their real destinations.