summaryrefslogtreecommitdiff
path: root/program/management/commands/importnotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'program/management/commands/importnotes.py')
-rw-r--r--program/management/commands/importnotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/management/commands/importnotes.py b/program/management/commands/importnotes.py
index 48e047c..94cea41 100644
--- a/program/management/commands/importnotes.py
+++ b/program/management/commands/importnotes.py
@@ -5,7 +5,7 @@ from django.utils.html import clean_html, strip_tags
import MySQLdb
-from models import Note, Show, TimeSlot
+from program.models import Note, Show, TimeSlot
USER = 'helsinki'
PASSWD = 'helsinki'