Commit 6e576f4b authored by Romain Courteaud's avatar Romain Courteaud

libslap must continue to use the same class

compatibility
parent 285ad0ff
......@@ -45,8 +45,8 @@ import time
from Products.ERP5Type.tests.utils import DummyMailHostMixin
try:
from slapos.slap.slap import (
ComputeNode,
ComputePartition as SlapComputePartition,
Computer as ComputeNode,
ComputerPartition as SlapComputePartition,
SoftwareInstance,
SoftwareRelease)
from slapos.util import dict2xml, xml2dict, calculate_dict_hash, loads, dumps
......@@ -1693,4 +1693,4 @@ class SlapTool(BaseTool):
self._logAccess(user, software_installation_reference,
'#error while installing %s' % url)
InitializeClass(SlapTool)
\ No newline at end of file
InitializeClass(SlapTool)
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