summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Bundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/Admin/Bundle.py')
-rw-r--r--src/lib/Bcfg2/Server/Admin/Bundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Admin/Bundle.py b/src/lib/Bcfg2/Server/Admin/Bundle.py
index e5e4eadf3..dbadaa3af 100644
--- a/src/lib/Bcfg2/Server/Admin/Bundle.py
+++ b/src/lib/Bcfg2/Server/Admin/Bundle.py
@@ -4,7 +4,7 @@ import sys
import re
import Bcfg2.Server.Admin
import Bcfg2.Options
-from Bcfg2.Server.Plugins.Metadata import MetadataConsistencyError
+from Bcfg2.Server.Plugin import MetadataConsistencyError
class Bundle(Bcfg2.Server.Admin.MetadataCore):