]> git.ipfire.org Git - nitsi.git/commitdiff
Remove unecessary inspect
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Thu, 19 Apr 2018 11:06:49 +0000 (13:06 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Thu, 19 Apr 2018 11:06:49 +0000 (13:06 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
test.py

diff --git a/test.py b/test.py
index 0507d04570a0eabe390c5551f29c46c0f78103c3..0460d17d7f4ba0ec6cfebc5b69383ec345e8885e 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -10,7 +10,6 @@ import libvirt
 
 import xml.etree.ElementTree as ET
 
 
 import xml.etree.ElementTree as ET
 
-import inspect
 import os
 
 import configparser
 import os
 
 import configparser
@@ -107,7 +106,6 @@ class vm():
             raise BaseException
 
     def revert_snapshot(self):
             raise BaseException
 
     def revert_snapshot(self):
-        print(inspect.getmembers(self.dom, predicate=inspect.ismethod))
         self.dom.revertToSnapshot(self.snapshot)
         self.snapshot.delete()
 
         self.dom.revertToSnapshot(self.snapshot)
         self.snapshot.delete()