aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2011-01-17 20:03:43 -0800
committerBrian Dolbec <brian.dolbec@gmail.com>2011-01-17 20:03:43 -0800
commit036e294de090d3ee3754422c7a065011cfc91d03 (patch)
treeeab38b60c6dd6806b300333c1f2ad079db26ae35
parentremoving old action classes and cli (diff)
downloadoverlord-036e294de090d3ee3754422c7a065011cfc91d03.tar.gz
overlord-036e294de090d3ee3754422c7a065011cfc91d03.tar.bz2
overlord-036e294de090d3ee3754422c7a065011cfc91d03.zip
fix missing import
-rw-r--r--layman/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/layman/utils.py b/layman/utils.py
index b2b38f1..79b3c18 100644
--- a/layman/utils.py
+++ b/layman/utils.py
@@ -30,6 +30,7 @@ __version__ = '$Id: utils.py 236 2006-09-05 20:39:37Z wrobel $'
#-------------------------------------------------------------------------------
import types, re, os
+import sys
import locale
import codecs