summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-16 18:22:57 +0700
committerstepshal <nessento@openmailbox.org>2016-06-16 18:22:57 +0700
commitab41c7766ced3f1b8f6b4ed317f0db4e0d71b897 (patch)
tree3315bb7587acb020cee88dbc0382d68671d7383e /doc
parent7c760ac0256aa1d27433e8f410ae014be2da2334 (diff)
downloadranger-ab41c7766ced3f1b8f6b4ed317f0db4e0d71b897.tar.gz
Add two blank lines where is expected
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/tools/convert_papermode_to_metadata.py1
-rwxr-xr-xdoc/tools/print_colors.py1
-rwxr-xr-xdoc/tools/print_keys.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/doc/tools/convert_papermode_to_metadata.py b/doc/tools/convert_papermode_to_metadata.py
index a1d6372d..61427c83 100755
--- a/doc/tools/convert_papermode_to_metadata.py
+++ b/doc/tools/convert_papermode_to_metadata.py
@@ -21,6 +21,7 @@ else:
 
 FIELDS = ["name", "year", "title", "authors", "url"]
 
+
 def replace(source, target):
     if not os.path.exists(source):
         print("Source file `%s' doesn't exist, skipping." % source)
diff --git a/doc/tools/print_colors.py b/doc/tools/print_colors.py
index 4bc12f91..feae8e35 100755
--- a/doc/tools/print_colors.py
+++ b/doc/tools/print_colors.py
@@ -7,6 +7,7 @@ It will exit after a keypress.
 import curses
 from curses import *
 
+
 @wrapper
 def main(win):
     def print_all_colors(attr):
diff --git a/doc/tools/print_keys.py b/doc/tools/print_keys.py
index fecd6fb9..ea2b1a4e 100755
--- a/doc/tools/print_keys.py
+++ b/doc/tools/print_keys.py
@@ -7,6 +7,7 @@ from curses import *
 
 sep = '; '
 
+
 @wrapper
 def main(w):
     mousemask(ALL_MOUSE_EVENTS)