Skip to content

Commit cd29228

Browse files
author
Steve Canny
committed
reorg: mv docx/text.py => docx/text/__init__.py
First step in extracting text module into a sub-package.
1 parent 378d206 commit cd29228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docx/text.py renamed to docx/text/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
from __future__ import absolute_import, print_function, unicode_literals
88

9-
from .enum.text import WD_BREAK
10-
from .shared import Parented
9+
from ..enum.text import WD_BREAK
10+
from ..shared import Parented
1111

1212

1313
def boolproperty(f):

0 commit comments

Comments
 (0)