summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-25 17:15:16 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-25 17:15:16 +0000
commit26d3128ab6dfbf5b5743f339d4dff54b1e503995 (patch)
tree4c2d8482fabe1e7550dd4cbac7553b9af38f4a54
parentf0b855ba771794768954a27498522e25953428ea (diff)
downloadlorry-controller-26d3128ab6dfbf5b5743f339d4dff54b1e503995.tar.gz
Add missing imports
-rw-r--r--lorrycontroller/lstroves.py1
-rw-r--r--lorrycontroller/readconf.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/lorrycontroller/lstroves.py b/lorrycontroller/lstroves.py
index 3c37554..60c84bb 100644
--- a/lorrycontroller/lstroves.py
+++ b/lorrycontroller/lstroves.py
@@ -19,6 +19,7 @@ import logging
import time
import bottle
+import cliapp
import lorrycontroller
diff --git a/lorrycontroller/readconf.py b/lorrycontroller/readconf.py
index f4dad65..704561b 100644
--- a/lorrycontroller/readconf.py
+++ b/lorrycontroller/readconf.py
@@ -22,6 +22,7 @@ import os
import re
import bottle
+import cliapp
import lorrycontroller