referenced states through package for py3 compat. fixes #11

This commit is contained in:
Roman Myers 2015-10-19 12:06:55 -07:00
parent 9c1583b106
commit 69c6e866e6

View file

@ -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