diff options
author | Torsten Rehn <torsten@rehn.tel> | 2011-05-09 16:53:44 +0200 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-06-14 12:36:45 -0500 |
commit | 92d4cfc6e8e2225b3b8d00578d83397313983c0b (patch) | |
tree | 7bd6d70907ec2f861ca29b2b6c8b5ade5dd0a4df | |
parent | 84152d61ad34b0c9e1ebae7c4e00e100b41d211f (diff) | |
download | bcfg2-92d4cfc6e8e2225b3b8d00578d83397313983c0b.tar.gz bcfg2-92d4cfc6e8e2225b3b8d00578d83397313983c0b.tar.bz2 bcfg2-92d4cfc6e8e2225b3b8d00578d83397313983c0b.zip |
add yet another missing sys import
-rw-r--r-- | src/lib/Server/Plugins/Bundler.py | 1 |
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 |