about summary refs log tree commit diff stats
path: root/ranger/gui/mouse_event.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-13 05:49:42 +0100
committerhut <hut@lavabit.com>2010-01-13 05:49:42 +0100
commit0cfc59d6028c6b43e1dc323b94c84a8157db1859 (patch)
treec874504fbcb7317662ca6062d375df806ea2b1cc /ranger/gui/mouse_event.py
parente848e45204c291fde887a88c860bfee2f747a3af (diff)
downloadranger-0cfc59d6028c6b43e1dc323b94c84a8157db1859.tar.gz
cleanups + style adjustments
Diffstat (limited to 'ranger/gui/mouse_event.py')
-rw-r--r--ranger/gui/mouse_event.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/gui/mouse_event.py b/ranger/gui/mouse_event.py
index 7c2aa577..b500a5c6 100644
--- a/ranger/gui/mouse_event.py
+++ b/ranger/gui/mouse_event.py
@@ -13,6 +13,7 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 import curses
+
 class MouseEvent(object):
 	PRESSED = [ 0,
 			curses.BUTTON1_PRESSED,