Commit 3ee2fcbd authored by Romain Courteaud's avatar Romain Courteaud

Add missing import

parent ad2f613b
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerGetComputerPartitionList(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerGetSoftwareReleaseList(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionAvailable(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionBuilding(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionConnection(TestVifibSlapWebServiceMixin):
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionError(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionGetInstanceParameterDict(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionGetSoftwareRelease(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionRequest(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapRegisterComputer(TestVifibSlapWebServiceMixin):
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapRegisterComputerPartition(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapRegisterSoftwareRelease(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapSoftwareReleaseAvailable(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapSoftwareReleaseBuilding(TestVifibSlapWebServiceMixin):
########################################
......
......@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller
import transaction
import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapSoftwareReleaseError(TestVifibSlapWebServiceMixin):
########################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment