Skip to content

Commit

Permalink
Use 'compile_restricted_eval' from compile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-hof committed Mar 6, 2017
1 parent 2d0c442 commit e5817ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RestrictedPython/Eval.py
Expand Up @@ -13,8 +13,8 @@
"""Restricted Python Expressions."""

import ast
from RestrictedPython.RCompile import compile_restricted_eval

from .compile import compile_restricted_eval
from ._compat import IS_PY2

if IS_PY2:
Expand Down

0 comments on commit e5817ac

Please sign in to comment.