summaryrefslogtreecommitdiff
path: root/program/management/commands/importshows.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-03-24 16:03:46 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-03-24 16:03:46 (GMT)
commit67b202cf6b438e7bb8687302acf1e1884c2d0bda (patch)
tree18e5d1677b38e58b6d5a5b74e576b24186125d95 /program/management/commands/importshows.py
parenteeac26812b007ebed33248f677d8805a263acfa6 (diff)
import correction
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'