summaryrefslogtreecommitdiff
path: root/nop
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2015-12-28 16:28:56 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2015-12-28 16:28:56 (GMT)
commitf9db1f1be7fdb42fc842d3cdba6fdac92fd5b896 (patch)
treeeb9b871c68e1a5d91bb2819d1814e4ab93173cc6 /nop
parentd1310b341b0a187f957563da4de1fcb18c248f84 (diff)
removed unused import
Diffstat (limited to 'nop')
-rw-r--r--nop/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nop/views.py b/nop/views.py
index a2bf224..a8d7084 100644
--- a/nop/views.py
+++ b/nop/views.py
@@ -5,7 +5,7 @@ from django.shortcuts import render_to_response
from django.http import HttpResponse
from django import forms
from models import Master, Standby, State
-from program.models import TimeSlot, Note
+from program.models import TimeSlot
import json
import time