]> git.0d.be Git - panikweb.git/blobdiff - panikweb/urls.py
python3 bits
[panikweb.git] / panikweb / urls.py
index 1444c2f7a60e474d01b12748164f6bab693e2530..5cee0b5b1e228412a3de0e9790bb8d5281f5f20e 100644 (file)
@@ -64,5 +64,5 @@ urlpatterns.append(url(r'', include('combo.public.urls')))
 
 try:
     from local_urls import *
-except ImportError, e:
+except ImportError as e:
     pass