From: Jonatan Schlag Date: Thu, 19 Apr 2018 11:06:49 +0000 (+0200) Subject: Remove unecessary inspect X-Git-Url: http://git.ipfire.org/?p=nitsi.git;a=commitdiff_plain;h=353a53833fe727aab7dc741f3482c3ffa8492e4d Remove unecessary inspect Signed-off-by: Jonatan Schlag --- diff --git a/test.py b/test.py index 0507d04..0460d17 100755 --- 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()