diff options
author | Martin Vilcans <martin@librador.com> | 2012-07-08 22:29:55 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2012-07-08 22:29:55 +0200 |
commit | 891540b623830ee8320b885b7dd6b6dedbe5cfcf (patch) | |
tree | a0d2925140aa1450d9aa3774d8d56ade0ec2ce4f /tests/fountain_test.py | |
parent | 6c4e892d32cafa6c8a78cf0ffa268b727f18a684 (diff) | |
download | screenplain-891540b623830ee8320b885b7dd6b6dedbe5cfcf.tar.gz |
PEP8 compliance.
Especially get rid of the
"E128 continuation line under-indented for visual indent"
which is new in later versions of the pep8 program.
Diffstat (limited to 'tests/fountain_test.py')
-rw-r--r-- | tests/fountain_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fountain_test.py b/tests/fountain_test.py index 02bb6be..ab3e9e7 100644 --- a/tests/fountain_test.py +++ b/tests/fountain_test.py @@ -133,6 +133,7 @@ class SectionTests(unittest2.TestCase): Section(plain(u'second level'), 2, None), ], paras) + class DialogTests(unittest2.TestCase): # A Character element is any line entirely in caps, with one empty # line before it and without an empty line after it. |