about summary refs log tree commit diff stats
path: root/ranger/__init__.py
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 /ranger/__init__.py
parent7c760ac0256aa1d27433e8f410ae014be2da2334 (diff)
downloadranger-ab41c7766ced3f1b8f6b4ed317f0db4e0d71b897.tar.gz
Add two blank lines where is expected
Diffstat (limited to 'ranger/__init__.py')
-rw-r--r--ranger/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index b562ebf5..093a01d5 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -46,6 +46,8 @@ CONFDIR = '~/.config/ranger'
 # Debugging functions.  These will be activated when run with --debug.
 # Example usage in the code:
 # import ranger; ranger.log("hello world")
+
+
 def log(*objects, **keywords):
     """Writes objects to a logfile (for the purpose of debugging only.)
     Has the same arguments as print() in python3.
142 143 144 145 146 147 148 149 150 151 152 153