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

Add missing import

parent ad2f613b
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerGetComputerPartitionList(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerGetComputerPartitionList(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerGetSoftwareReleaseList(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerGetSoftwareReleaseList(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionAvailable(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerPartitionAvailable(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionBuilding(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerPartitionBuilding(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionConnection(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerPartitionConnection(TestVifibSlapWebServiceMixin):
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionError(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerPartitionError(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionGetInstanceParameterDict(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerPartitionGetInstanceParameterDict(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionGetSoftwareRelease(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerPartitionGetSoftwareRelease(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapComputerPartitionRequest(TestVifibSlapWebServiceMixin): class TestVifibSlapComputerPartitionRequest(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapRegisterComputer(TestVifibSlapWebServiceMixin): class TestVifibSlapRegisterComputer(TestVifibSlapWebServiceMixin):
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapRegisterComputerPartition(TestVifibSlapWebServiceMixin): class TestVifibSlapRegisterComputerPartition(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapRegisterSoftwareRelease(TestVifibSlapWebServiceMixin): class TestVifibSlapRegisterSoftwareRelease(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapSoftwareReleaseAvailable(TestVifibSlapWebServiceMixin): class TestVifibSlapSoftwareReleaseAvailable(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapSoftwareReleaseBuilding(TestVifibSlapWebServiceMixin): class TestVifibSlapSoftwareReleaseBuilding(TestVifibSlapWebServiceMixin):
######################################## ########################################
......
...@@ -17,6 +17,7 @@ import httplib ...@@ -17,6 +17,7 @@ import httplib
from xml_marshaller import xml_marshaller from xml_marshaller import xml_marshaller
import transaction import transaction
import unittest import unittest
from testVifibSlapWebService import TestVifibSlapWebServiceMixin
class TestVifibSlapSoftwareReleaseError(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