]> git.ipfire.org Git - nitsi.git/blobdiff - test.py
Remove unecessary inspect
[nitsi.git] / 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 inspect
 import os
 
 import configparser
@@ -107,7 +106,6 @@ class vm():
             raise BaseException
 
     def revert_snapshot(self):
-        print(inspect.getmembers(self.dom, predicate=inspect.ismethod))
         self.dom.revertToSnapshot(self.snapshot)
         self.snapshot.delete()