Commit fb321a77 authored by Daniel Holth's avatar Daniel Holth

markerlib -> _markerlib

--HG--
branch : distribute
extra : rebase_source : d44490f6b809c93eb9b20409862ea28a3f039aae
parent 25d00ab6
try:
import ast
from markerlib.markers import default_environment, compile, interpret
from _markerlib.markers import default_environment, compile, interpret
except ImportError:
if 'ast' in globals():
raise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment