summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-25 18:15:37 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-25 18:15:37 +0000
commitc0795e9397a43d0be12840e86943a75be9c69105 (patch)
tree27fdab2e58c745335a7a89fb87f250b99c94f9bd
parent0310e9f98a4ca5df7878590bf364aec0d444c7e1 (diff)
downloadlorry-controller-c0795e9397a43d0be12840e86943a75be9c69105.tar.gz
Add missing import
-rw-r--r--lorrycontroller/givemejob.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorrycontroller/givemejob.py b/lorrycontroller/givemejob.py
index 5e0fbb7..d5e8f6d 100644
--- a/lorrycontroller/givemejob.py
+++ b/lorrycontroller/givemejob.py
@@ -16,6 +16,7 @@
import collections
import logging
+import re
import time
import bottle