summaryrefslogtreecommitdiff
path: root/tests/test_conn.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_conn.py')
-rw-r--r--tests/test_conn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_conn.py b/tests/test_conn.py
index 9fee099..a5eb797 100644
--- a/tests/test_conn.py
+++ b/tests/test_conn.py
@@ -1,7 +1,7 @@
-
import unittest
import libvirt
+
class TestLibvirtConn(unittest.TestCase):
def setUp(self):
self.conn = libvirt.open("test:///default")