summary refs log tree commit diff stats
path: root/ranger/gui/mouse_event.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/gui/mouse_event.py')
-rw-r--r--ranger/gui/mouse_event.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/mouse_event.py b/ranger/gui/mouse_event.py
index 5a5f687f..160351d3 100644
--- a/ranger/gui/mouse_event.py
+++ b/ranger/gui/mouse_event.py
@@ -1,7 +1,7 @@
 # This file is part of ranger, the console file manager.
 # License: GNU GPL version 3, see the file "AUTHORS" for details.
 
-from __future__ import (absolute_import, print_function)
+from __future__ import (absolute_import, division, print_function)
 
 import curses