short form
[ottawa-travel-planner.git] / runplanner.py
blobd65623858e9e26b92c0e716d2c7bdb4d3e559fd3
1 #!/usr/bin/python
3 import Planner
4 import PlanTime
5 import time
7 #Planner.plan("18 auriga", "35 florence",
8 # PlanTime.PlanTime(time.time(), PlanTime.MUST_LEAVE_AFTER))
9 Planner.plan("101 Champagne", "1233 Colonel By",
10 PlanTime.PlanTime(time.time(), PlanTime.MUST_LEAVE_AFTER))