summaryrefslogtreecommitdiff
path: root/program/management/commands/importshows.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/importshows.py
parent61e9ffae5aef8ae97da1678d6f9d983080fbfe46 (diff)
fixed imports.
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 0f619b5..d5fdee7 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 models import BroadcastFormat, Host, Show
+from program.models import BroadcastFormat, Host, Show
USER = 'helsinki'
PASSWD = 'helsinki'