Skip to content

Commit

Permalink
new long definition
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 31, 2014
1 parent 3fa662a commit 2d83e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/appier/legacy.py
Expand Up @@ -71,6 +71,9 @@
interpreter is at least python 3 compliant, this is used
to take some of the conversion decision for runtime """

if PYTHON_3: LONG = int
else: LONG = long #@UndefinedVariable

if PYTHON_3: BYTES = bytes
else: BYTES = str #@UndefinedVariable

Expand Down

0 comments on commit 2d83e96

Please sign in to comment.