Skip to content

Commit 619b14c

Browse files
committed
Improve imports
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 4903f4e commit 619b14c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boolean/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"""
1212

1313
from __future__ import absolute_import
14+
from __future__ import unicode_literals
15+
from __future__ import print_function
1416

1517
from boolean.boolean import BooleanAlgebra
1618

0 commit comments

Comments
 (0)