diff options
author | hut <hut@lavabit.com> | 2009-11-27 14:47:25 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-11-27 14:47:25 +0100 |
commit | 3ea48208992acbcd97eaecb23a958d35684b0317 (patch) | |
tree | 2b918772756d0b15646b6883a017e47becd160ce /ranger.py | |
parent | 9f186528a393099613af23524dc607dc1ae37ff4 (diff) | |
download | ranger-3ea48208992acbcd97eaecb23a958d35684b0317.tar.gz |
general improvement
Diffstat (limited to 'ranger.py')
-rwxr-xr-x | ranger.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger.py b/ranger.py index 65388727..cfac83c3 100755 --- a/ranger.py +++ b/ranger.py @@ -19,7 +19,7 @@ def main(): try: path = os.path.abspath('.') - opt = options.get() + opt = options.dummy() env = environment.Environment(opt) commandlist = command.CommandList() keys.initialize_commands(commandlist) |