add CreoleObjSpace in __init__.py

This commit is contained in:
Emmanuel Garette 2019-12-19 09:50:33 +01:00
parent 06535b42b8
commit 1a3632f577
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
from .loader import load
from .objspace import CreoleObjSpace
from .annotator import modes
__ALL__ = ('load', 'modes')
__ALL__ = ('load', 'CreoleObjSpace', 'modes')

View File

@ -6,10 +6,10 @@ from json import load
#from creole.xmlreflector import CreoleObjSpace, CreoleDictConsistencyError
#from creole import xmlreflector
from creole import objspace, annotator
from rougail import objspace, annotator
from creole.xml_compare import xml_compare
from creole.error import CreoleDictConsistencyError
from creole.config import dtdfilename
from rougail.config import dtdfilename