Skip to content

Commit 67c901b

Browse files
author
Steve Canny
committed
reorg: mv oxml/text.py => oxml/text/__init__.py
In preparation to extract text subpackage.
1 parent cd29228 commit 67c901b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
(CT_R).
66
"""
77

8-
from ..enum.text import WD_ALIGN_PARAGRAPH, WD_UNDERLINE
9-
from .ns import qn
10-
from .simpletypes import ST_BrClear, ST_BrType
11-
from .xmlchemy import (
8+
from ...enum.text import WD_ALIGN_PARAGRAPH, WD_UNDERLINE
9+
from ..ns import qn
10+
from ..simpletypes import ST_BrClear, ST_BrType
11+
from ..xmlchemy import (
1212
BaseOxmlElement, OptionalAttribute, OxmlElement, RequiredAttribute,
1313
ZeroOrMore, ZeroOrOne
1414
)

0 commit comments

Comments
 (0)