summaryrefslogtreecommitdiff
path: root/program/management/commands/importnotes.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/importnotes.py
parenteeac26812b007ebed33248f677d8805a263acfa6 (diff)
import correction
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