mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
test_parameters: Alias long to int under Python 3
In py3, the two types are unified under the name "int". Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
committed by
Tomas Babej
parent
acf519f5c5
commit
ea2edc9ea2
@@ -44,6 +44,7 @@ from ipalib import _
|
||||
|
||||
if six.PY3:
|
||||
unicode = str
|
||||
long = int
|
||||
|
||||
NULLS = (None, b'', u'', tuple(), [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user