summaryrefslogtreecommitdiff
path: root/helsinki.program/views.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:47:27 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:47:27 (GMT)
commit92d2cd54a68f85d92b3bde2c12800c9b1a360641 (patch)
treecf4abaaa6a2500dc51e78e99aa643df4c045f115 /helsinki.program/views.py
parent1f384ccf609e4d8cea4ac15c789d044ab6fa86f7 (diff)
creating an egg pt3
Diffstat (limited to 'helsinki.program/views.py')
-rw-r--r--helsinki.program/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helsinki.program/views.py b/helsinki.program/views.py
index 23c1483..b118161 100644
--- a/helsinki.program/views.py
+++ b/helsinki.program/views.py
@@ -2,7 +2,7 @@ from django.views.generic.list import ListView
from django.views.generic.base import TemplateView
from django.shortcuts import get_object_or_404
-from models import BroadcastFormat, MusicFocus, Note, Show, ShowInformation, ShowTopic, TimeSlot
+from helsinki.program.models import BroadcastFormat, MusicFocus, Note, Show, ShowInformation, ShowTopic, TimeSlot
from datetime import date, datetime, time, timedelta