route method headways() tweak

This commit is contained in:
Johnson Chetty 2012-10-05 16:24:06 +02:00
parent dc5cb9527d
commit 93b154f278

View File

@ -306,8 +306,6 @@ class Route(models.Model):
("11:00:00","16:59:59"),
("17:00:00","19:59:59"),
("20:00:00", None))
import pdb
pdb.set_trace()
freqs=[]
for s in scheds: