diff options
| author | Martin Vilcans <martin@librador.com> | 2011-09-21 23:57:54 +0200 |
|---|---|---|
| committer | Martin Vilcans <martin@librador.com> | 2011-09-21 23:57:54 +0200 |
| commit | 9e0b5647062faf4ea7a4f52dd143f284e8b2a954 (patch) | |
| tree | 346dff62cef597dcd03c8023aaa3507bbb922659 /tests/spmd_test.py | |
| parent | 8372179a6d8426896737d6c37a5568fdea5dce5f (diff) | |
PEP8 compliance.
Diffstat (limited to 'tests/spmd_test.py')
| -rw-r--r-- | tests/spmd_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spmd_test.py b/tests/spmd_test.py index 5df8395..d4e8c5d 100644 --- a/tests/spmd_test.py +++ b/tests/spmd_test.py @@ -2,6 +2,7 @@ import unittest2 from screenplain.parsers.spmd import parse from screenplain.types import Slug, Action, Dialog, DualDialog, Transition + class ParseTests(unittest2.TestCase): # A Scene Heading, or "slugline," is any line that has a blank |
