mirror of
https://github.com/vale981/recommonmark
synced 2025-03-05 10:01:39 -05:00
referenced states through package for py3 compat. fixes #11
This commit is contained in:
parent
9c1583b106
commit
69c6e866e6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Implement some common transforms on parsed AST."""
|
||||
import os
|
||||
import sys
|
||||
from states import DummyStateMachine
|
||||
from .states import DummyStateMachine
|
||||
from docutils import nodes, transforms
|
||||
from docutils.statemachine import StringList
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue