summary refs log tree commit diff stats
path: root/ranger/core/fm.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/fm.py')
-rw-r--r--ranger/core/fm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py
index b27a0fa2..d4a24bb0 100644
--- a/ranger/core/fm.py
+++ b/ranger/core/fm.py
@@ -236,6 +236,7 @@ class FM(Actions, SignalDispatcher):
             return
         import shutil
         from errno import EEXIST
+
         def copy(_from, to):
             if os.path.exists(self.confpath(to)):
                 sys.stderr.write("already exists: %s\n" % self.confpath(to))