Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
Fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Mar 31, 2015
1 parent 1fea674 commit 39df150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .frigg.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
tasks:
- tox -e py34-pillow
- tox -e py27-pillow
- tox -e py34-pgmagick
- tox -e py27-pgmagick
- tox -e py34-django17
- tox -e py27-django17
- tox -e py34-django18
Expand Down
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'python-thumbnails.tex', u'python-thumbnails Documentation',
u'Rolf Erik Lekang', 'manual'),
('index', 'python-thumbnails.tex', u'python-thumbnails Documentation',
u'Rolf Erik Lekang', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -239,9 +239,9 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'python-thumbnails', u'python-thumbnails Documentation',
'Rolf Erik Lekang', 'python-thumbnails', 'One line description of project.',
'Miscellaneous'),
('index', 'python-thumbnails', u'python-thumbnails Documentation',
'Rolf Erik Lekang', 'python-thumbnails', 'One line description of project.',
'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
Expand Down

0 comments on commit 39df150

Please sign in to comment.