From 61ce3547651e173db11a26ff67ca616ca0bc4aea Mon Sep 17 00:00:00 2001
From: Johannes Raggam <raggam-nl@adm.at>
Date: Wed, 13 Apr 2011 22:49:30 +0200
Subject: import fix


diff --git a/settings.py b/settings.py
index e774d1e..1bffc07 100644
--- a/settings.py
+++ b/settings.py
@@ -47,7 +47,7 @@ MIDDLEWARE_CLASSES = (
     'django.contrib.messages.middleware.MessageMiddleware',
 )
 
-ROOT_URLCONF = 'helsinki.urls'
+ROOT_URLCONF = 'urls'
 
 TEMPLATE_DIRS = (
     os.path.join(PROJECT_DIR, "templates"),
-- 
cgit v0.10.2