Python 3 compat.
Try to keep our Python sources compatible with both Python 2.7 and 3. Check with 'pylint --py3k' and 'python -3'.
This commit is contained in:
@@ -3,7 +3,7 @@ The `cretonne.entities` module predefines all the Cretonne entity reference
|
||||
operand types. Thee are corresponding definitions in the `cretonne.entities`
|
||||
Rust module.
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
from . import EntityRefKind
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user