summaryrefslogtreecommitdiff
path: root/program/management/commands/importprogramslots.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/importprogramslots.py
parenteeac26812b007ebed33248f677d8805a263acfa6 (diff)
import correction
Diffstat (limited to 'program/management/commands/importprogramslots.py')
-rw-r--r--program/management/commands/importprogramslots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/management/commands/importprogramslots.py b/program/management/commands/importprogramslots.py
index 904036e..4d71afa 100644
--- a/program/management/commands/importprogramslots.py
+++ b/program/management/commands/importprogramslots.py
@@ -5,7 +5,7 @@ from django.utils.html import strip_tags
from datetime import time
import MySQLdb
-from program.models import Show, ProgramSlot, RRule
+from helsinki.program.models import Show, ProgramSlot, RRule
USER = 'helsinki'
PASSWD = 'helsinki'