summaryrefslogtreecommitdiff
path: root/program/management/commands/importprogramslots.py
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-16 11:02:32 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-16 11:02:32 (GMT)
commitf073b806422ca292f8798cf29b3adfc73766d52b (patch)
tree850f538782cefc703d5ae725aad018f64e91775c /program/management/commands/importprogramslots.py
parent61e9ffae5aef8ae97da1678d6f9d983080fbfe46 (diff)
fixed imports.
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 86e3038..ce4f60e 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 models import Show, ProgramSlot, RRule
+from program.models import Show, ProgramSlot, RRule
USER = 'helsinki'
PASSWD = 'helsinki'