summaryrefslogtreecommitdiff
path: root/program/management/commands/importhosts.py
diff options
context:
space:
mode:
Diffstat (limited to 'program/management/commands/importhosts.py')
-rw-r--r--program/management/commands/importhosts.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/management/commands/importhosts.py b/program/management/commands/importhosts.py
index 0f1b154..dcdf4be 100644
--- a/program/management/commands/importhosts.py
+++ b/program/management/commands/importhosts.py
@@ -2,7 +2,7 @@ from django.core.management.base import NoArgsCommand
import MySQLdb
-from program.models import Host
+from helsinki.program.models import Host
USER = 'helsinki'
PASSWD = 'helsinki'
@@ -31,4 +31,4 @@ WHERE letzter_termin > current_date AND macher != '' AND titel NOT LIKE 'Musikpr
cursor.close()
connection.close()
- print '%i hosts imported' % counter \ No newline at end of file
+ print '%i hosts imported' % counter