Python3 compatible
[koed-quiz.git] / koedquiz / settings.py
index d4755da..13ce2ef 100644 (file)
@@ -151,6 +151,6 @@ LOGGING = {
 
 # Load localsettings, if they exist
 try:
-    from localsettings import *
+    from .localsettings import *
 except ImportError:
     pass