3 Commits (22345cbea1787c8d3d7b887c8e790a2eb1de5540)

Author SHA1 Message Date
Johannes Thumshirn b20b453871 fotogrid: make pycodestyle happy
make test complains:
  $ make test
  pycodestyle *.py
  fotogrid.py:3:1: E302 expected 2 blank lines, found 0
  make: *** [Makefile:17: test] Error 1

This is because pycodestyle interprets the function documentation as
python shebang line or module documentation and expects two blank lines
afterwards.

Move the function documentation into python heredoc.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein 19677cb455 More style corrections. 4 years ago
Markus Steinlein 8bf2a86e5b Moved fotogrid code to its own file. Created subfolder for static css. 4 years ago