]> git.0d.be Git - panikweb.git/blobdiff - panikweb/settings.py
python3 bits
[panikweb.git] / panikweb / settings.py
index f6cb7bad2e774e03fb963fe0527d8491b854060a..2b542760eb9d918e88fa1bcc92cba00ecc890593 100644 (file)
@@ -239,8 +239,8 @@ JSON_CELL_TYPES = {}
 WEBSITE_BASE_URL = 'http://www.radiopanik.org/'
 
 try:
-    from local_settings import *
-except ImportError, e:
+    from .local_settings import *
+except ImportError as e:
     pass
 
 if DEBUG and DEBUG_TOOLBAR: