summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-31 14:14:04 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-31 14:14:04 +0000
commit3df9d49e92600a7f395397c57a41c21822f1b443 (patch)
tree8952a6eeeb7b649650f5b455eaa5ddcb79ab531b
parentb5b8e949e8c46b02cd0487aae1fe8e677a751f38 (diff)
downloadlorry-controller-3df9d49e92600a7f395397c57a41c21822f1b443.tar.gz
Fix import statement
-rw-r--r--lorrycontroller/gitano.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorrycontroller/gitano.py b/lorrycontroller/gitano.py
index 375e518..d2cfdb3 100644
--- a/lorrycontroller/gitano.py
+++ b/lorrycontroller/gitano.py
@@ -16,7 +16,7 @@
import cliapp
-include lorrycontroller
+import lorrycontroller
class GitanoCommandFailure(Exception):