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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/management/commands/importnotes.py b/program/management/commands/importnotes.py
index da2f66c..a8030ec 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 program.models import Note, Show, TimeSlot
+from helsinki.program.models import Note, Show, TimeSlot
USER = 'helsinki'
PASSWD = 'helsinki'
@@ -59,4 +59,4 @@ WHERE n.sendung_id in (SELECT id FROM sendungen WHERE letzter_termin > current_d
cursor.close()
connection.close()
- print '%i notes imported' % counter \ No newline at end of file
+ print '%i notes imported' % counter