summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestBundler.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-05 09:00:04 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-05 09:00:04 -0500
commit5d237f71575a109c10d5aad8d70dc5dda00a2d96 (patch)
treef5fb2e54bb9e510994573db52ad1f6c2bc701fdf /testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestBundler.py
parent2a49c9707f052e606a7ff48958bd80e8c6eb5dd6 (diff)
downloadbcfg2-5d237f71575a109c10d5aad8d70dc5dda00a2d96.tar.gz
bcfg2-5d237f71575a109c10d5aad8d70dc5dda00a2d96.tar.bz2
bcfg2-5d237f71575a109c10d5aad8d70dc5dda00a2d96.zip
testsuite: wrote unit tests for Decisions
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestBundler.py')
-rw-r--r--testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestBundler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestBundler.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestBundler.py
index bc6a21b84..f64d66d11 100644
--- a/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestBundler.py
+++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestBundler.py
@@ -3,7 +3,6 @@ import sys
import lxml.etree
from mock import Mock, MagicMock, patch
from Bcfg2.Server.Plugins.Bundler import *
-from Bcfg2.Server.Plugin import PluginExecutionError
# add all parent testsuite directories to sys.path to allow (most)
# relative imports in python 2.4