summary refs log tree commit diff stats
path: root/ranger/api/commands.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-19 22:43:29 +0200
committerhut <hut@lavabit.com>2010-04-19 22:43:29 +0200
commit24821ca5cda156c846a2308c564f51743a7f21c8 (patch)
treeb7ba89fff2d962e9aa21c5ba2f31ed1ab7fd4b57 /ranger/api/commands.py
parent7821555cdbd28cd710ce94cde8bfd90e5cf1a13a (diff)
downloadranger-24821ca5cda156c846a2308c564f51743a7f21c8.tar.gz
ranger.api: import common variables
Diffstat (limited to 'ranger/api/commands.py')
-rw-r--r--ranger/api/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index fcbc5113..55bb5b54 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.py
@@ -15,6 +15,7 @@
 
 import os
 from collections import deque
+from ranger.api import *
 from ranger.shared import FileManagerAware
 from ranger.gui.widgets import console_mode as cmode
 from ranger.ext.command_parser import LazyParser as parse