summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Snapshots.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-04-17 01:57:47 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-04-17 01:57:47 +0000
commitbfff630862e73faf07b79c9b4a504086f663485b (patch)
treeee81b53e9c705de0d968a56b19163e3a3554bcaf /src/lib/Server/Plugins/Snapshots.py
parentadf769447b329a3afb49a4873da0ffd93b9d3a58 (diff)
downloadbcfg2-bfff630862e73faf07b79c9b4a504086f663485b.tar.gz
bcfg2-bfff630862e73faf07b79c9b4a504086f663485b.tar.bz2
bcfg2-bfff630862e73faf07b79c9b4a504086f663485b.zip
Remove unused imports for pylint
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5168 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/Snapshots.py')
-rw-r--r--src/lib/Server/Plugins/Snapshots.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Server/Plugins/Snapshots.py b/src/lib/Server/Plugins/Snapshots.py
index 76da48dac..c8d4e31c3 100644
--- a/src/lib/Server/Plugins/Snapshots.py
+++ b/src/lib/Server/Plugins/Snapshots.py
@@ -1,8 +1,8 @@
-import lxml.etree
+#import lxml.etree
import binascii
import difflib
-import sqlalchemy
-import sqlalchemy.orm
+#import sqlalchemy
+#import sqlalchemy.orm
import Bcfg2.Server.Plugin
import Bcfg2.Server.Snapshots
from Bcfg2.Server.Snapshots.model import Snapshot