Skip to content

Commit

Permalink
[build/cpython-defs] Fix import.
Browse files Browse the repository at this point in the history
No changes to methods.
  • Loading branch information
Andy Chu committed Nov 11, 2019
1 parent ce5c1ab commit 0442835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/cpython_defs.py
Expand Up @@ -10,7 +10,8 @@
import sys

from core.util import log
from frontend.lexer import C, R
# TODO: Could move these to a place where they don't depend on Oil
from frontend.lex import C, R


C_DEF = [
Expand Down

0 comments on commit 0442835

Please sign in to comment.