summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTorsten Rehn <torsten@rehn.tel>2011-05-09 16:53:44 +0200
committerTorsten Rehn <torsten@rehn.tel>2011-05-09 16:53:44 +0200
commit00a6e2c458851dfa895ddfc680ab3a8e5ad11570 (patch)
tree9970ec9239fa7175c87f38ad067c9ec9f3b583d5 /src
parent0035ec1448dcac6664ed50e427b05b5bd7ce2aa1 (diff)
downloadbcfg2-00a6e2c458851dfa895ddfc680ab3a8e5ad11570.tar.gz
bcfg2-00a6e2c458851dfa895ddfc680ab3a8e5ad11570.tar.bz2
bcfg2-00a6e2c458851dfa895ddfc680ab3a8e5ad11570.zip
add yet another missing sys import
Diffstat (limited to 'src')
-rw-r--r--src/lib/Server/Plugins/Bundler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Server/Plugins/Bundler.py b/src/lib/Server/Plugins/Bundler.py
index 1a8e7348b..01ad3c78b 100644
--- a/src/lib/Server/Plugins/Bundler.py
+++ b/src/lib/Server/Plugins/Bundler.py
@@ -4,6 +4,7 @@ __revision__ = '$Revision$'
import copy
import lxml.etree
import re
+import sys
import Bcfg2.Server.Plugin