Skip to content

Commit 954a207

Browse files
committed
import print_function for python2 compatibility
1 parent 74352bb commit 954a207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imagenet/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import print_function
12
import argparse
23
import os
34
import shutil

0 commit comments

Comments
 (0)