summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/Validate.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-06 09:54:45 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-06 09:54:53 -0500
commit5bc666e0f90b6bf1294003043f734de2d74d1a20 (patch)
treeed84388169be034ed4cd60709433b7d4f9d0595b /src/lib/Bcfg2/Server/Lint/Validate.py
parentd311282ac118130ba792d68805c35f98b97a1602 (diff)
downloadbcfg2-5bc666e0f90b6bf1294003043f734de2d74d1a20.tar.gz
bcfg2-5bc666e0f90b6bf1294003043f734de2d74d1a20.tar.bz2
bcfg2-5bc666e0f90b6bf1294003043f734de2d74d1a20.zip
removed unused import
Diffstat (limited to 'src/lib/Bcfg2/Server/Lint/Validate.py')
-rw-r--r--src/lib/Bcfg2/Server/Lint/Validate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Lint/Validate.py b/src/lib/Bcfg2/Server/Lint/Validate.py
index 424f1f084..e93338ae4 100644
--- a/src/lib/Bcfg2/Server/Lint/Validate.py
+++ b/src/lib/Bcfg2/Server/Lint/Validate.py
@@ -6,7 +6,6 @@ import glob
import fnmatch
import lxml.etree
from subprocess import Popen, PIPE, STDOUT
-from Bcfg2.Server import XI_NAMESPACE
import Bcfg2.Server.Lint