diff options
author | Martin Vilcans <martin@librador.com> | 2014-10-09 09:56:55 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2014-10-09 09:56:55 +0200 |
commit | 2fe3eb633815aa214498884f7959baff4e2d2047 (patch) | |
tree | 6be007aaa320af309ae07d9ca13ccbfcf21a8840 | |
parent | 3656b855dadbdbd1a5b30f41b39646bdb07659e9 (diff) | |
download | screenplain-2fe3eb633815aa214498884f7959baff4e2d2047.tar.gz |
Make pep8 happy
-rw-r--r-- | screenplain/export/pdf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screenplain/export/pdf.py b/screenplain/export/pdf.py index 957dd82..b5f0fb0 100644 --- a/screenplain/export/pdf.py +++ b/screenplain/export/pdf.py @@ -128,7 +128,6 @@ def to_pdf(screenplay, output_filename, template_constructor=DocTemplate): doc = template_constructor( output_filename, pagesize=(page_width, page_height), - #showBoundary=True, ) story = [] for para in screenplay: |