summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/RequiredAttrs.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-20 09:09:06 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-20 09:09:06 -0400
commit5945f7f16a40066f748808c35d1db4dd0de291b6 (patch)
tree29b3196df11b32546e425d53afea802ca524b829 /src/lib/Bcfg2/Server/Lint/RequiredAttrs.py
parent5556996cc1f8120f27adf7dcf00713398bc6f9a3 (diff)
downloadbcfg2-5945f7f16a40066f748808c35d1db4dd0de291b6.tar.gz
bcfg2-5945f7f16a40066f748808c35d1db4dd0de291b6.tar.bz2
bcfg2-5945f7f16a40066f748808c35d1db4dd0de291b6.zip
cleaned up old references to BundleTemplateFile
Diffstat (limited to 'src/lib/Bcfg2/Server/Lint/RequiredAttrs.py')
-rw-r--r--src/lib/Bcfg2/Server/Lint/RequiredAttrs.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/Bcfg2/Server/Lint/RequiredAttrs.py b/src/lib/Bcfg2/Server/Lint/RequiredAttrs.py
index f2464b585..83b00bcb3 100644
--- a/src/lib/Bcfg2/Server/Lint/RequiredAttrs.py
+++ b/src/lib/Bcfg2/Server/Lint/RequiredAttrs.py
@@ -7,11 +7,6 @@ import Bcfg2.Server.Lint
import Bcfg2.Client.Tools.VCS
from Bcfg2.Server.Plugins.Packages import Apt, Yum
from Bcfg2.Client.Tools.POSIX.base import device_map
-try:
- from Bcfg2.Server.Plugins.Bundler import BundleTemplateFile
- HAS_GENSHI = True
-except ImportError:
- HAS_GENSHI = False
# format verifying functions. TODO: These should be moved into XML