Skip to content

Commit 1f358e8

Browse files
committed
Fix print function on python 2.x
1 parent 94e0a55 commit 1f358e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from __future__ import division
2+
from __future__ import print_function
23
import os
34
import time
45
import math

0 commit comments

Comments
 (0)