INCR-457: Make compatible with Python 3.x (#21011)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
"""
|
||||
Common utility methods for Mobile APIs.
|
||||
"""
|
||||
from six.moves import map
|
||||
|
||||
API_V05 = 'v0.5'
|
||||
API_V1 = 'v1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user