mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit 148e4888329c34b437a9e7fe433b6698c63aa5a1)
This commit is contained in:
parent
027b03f38a
commit
1e3757d845
@ -22,7 +22,7 @@ import requests
|
||||
import requests.utils
|
||||
|
||||
from six import string_types
|
||||
from aenum import IntEnum
|
||||
from enum import IntEnum
|
||||
from pyone import bindings
|
||||
from .util import cast2one
|
||||
|
||||
|
@ -18,7 +18,7 @@ import dict2xml
|
||||
import xmltodict
|
||||
from lxml.etree import tostring
|
||||
from collections import OrderedDict
|
||||
from aenum import IntEnum
|
||||
from enum import IntEnum
|
||||
|
||||
# this is a bit hackish way to avoid escaping <,> characters
|
||||
# by dict2xml, as it would break <!CDATA[]> which is injected before
|
||||
|
@ -27,7 +27,7 @@ install_requires = [
|
||||
'dict2xml',
|
||||
'xmltodict',
|
||||
'six',
|
||||
'aenum',
|
||||
'enum',
|
||||
'tblib',
|
||||
'requests'
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user