summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2014-01-08 10:03:54 +0100
committerJan Safranek <jsafrane@redhat.com>2014-01-08 10:04:52 +0100
commit3f2d89f6cee3b3d149f939f204d8f20d2337a626 (patch)
tree082bf1457707ec947aaa7ee6e3c0aa85d3c9b8b7
parent05b33a153a4067585ec4a5be06ece66d9dec1d49 (diff)
downloadopenlmi-providers-0.4.2.tar.gz
openlmi-providers-0.4.2.tar.xz
openlmi-providers-0.4.2.zip
tests: Add missing import.0.4.2
-rw-r--r--src/python/lmi/test/cases/test_lmi_instances.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/lmi/test/cases/test_lmi_instances.py b/src/python/lmi/test/cases/test_lmi_instances.py
index bd9751d..02e3e6c 100644
--- a/src/python/lmi/test/cases/test_lmi_instances.py
+++ b/src/python/lmi/test/cases/test_lmi_instances.py
@@ -24,6 +24,7 @@ import lmi.shell
import unittest
import pywbem
import traceback
+import sys
class TestInstances(LmiTestCase):
"""