diff options
Diffstat (limited to 'screenplain/export/text.py')
| -rw-r--r-- | screenplain/export/text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screenplain/export/text.py b/screenplain/export/text.py index 8f7cb3d..12b8723 100644 --- a/screenplain/export/text.py +++ b/screenplain/export/text.py @@ -1,6 +1,6 @@ import sys import codecs -from screenplain.parse import parse, get_pages +from screenplain.format import get_pages def to_text(screenplay, output_file): out = codecs.open(output_file, 'w', 'utf-8') |
