mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Version needs the fallback data from compat
This commit is contained in:
parent
f856f487a3
commit
6150ae0693
1 changed files with 2 additions and 0 deletions
|
@ -16,8 +16,10 @@ try:
|
|||
except ImportError:
|
||||
if sys.version_info[0] == 3:
|
||||
string_types = str
|
||||
MAX_SIZE = sys.maxsize
|
||||
else:
|
||||
string_types = basestring
|
||||
MAX_SIZE = sys.maxint
|
||||
|
||||
# ----- ATTENTION --------------------------------------------------------------------------------------------------->
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue