Skip to content

Commit 624e2e0

Browse files
committed
examples/expertsolver_example.py: Python 3 compatibility
1 parent 346d96a commit 624e2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/expertsolver_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
JJ 2017-03-28
55
"""
66

7-
from __future__ import division
7+
from __future__ import division, print_function, absolute_import
88

99
import numpy as np
1010

0 commit comments

Comments
 (0)