Skip to content

Commit 4f84baf

Browse files
committed
ast_code_generator/__init__.py is updated for Python2.7.
1 parent fe59cfd commit 4f84baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast_code_generator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import sys
22
if sys.version_info[0] < 3:
3-
import ast_to_code
3+
import codegen

0 commit comments

Comments
 (0)