summary refs log tree commit diff stats
path: root/ranger/core/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/runner.py')
-rw-r--r--ranger/core/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/runner.py b/ranger/core/runner.py
index ee182c29..6fc7b60d 100644
--- a/ranger/core/runner.py
+++ b/ranger/core/runner.py
@@ -22,7 +22,7 @@ t: run application in a new terminal window
 (An uppercase key negates the respective lower case flag)
 """
 
-from __future__ import (absolute_import, print_function)
+from __future__ import (absolute_import, division, print_function)
 
 import os
 import sys