summaryrefslogtreecommitdiff
path: root/program/management/commands/importshows.py
diff options
context:
space:
mode:
Diffstat (limited to 'program/management/commands/importshows.py')
-rw-r--r--program/management/commands/importshows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/management/commands/importshows.py b/program/management/commands/importshows.py
index 6efbb65..9fee4ef 100644
--- a/program/management/commands/importshows.py
+++ b/program/management/commands/importshows.py
@@ -5,7 +5,7 @@ from django.utils.html import clean_html, strip_tags
import MySQLdb
-from program.models import BroadcastFormat, Host, Show
+from helsinki.program.models import BroadcastFormat, Host, Show
USER = 'helsinki'
PASSWD = 'helsinki'