summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-06-13 19:19:51 +0200
committerhut <hut@lepus.uberspace.de>2016-06-13 19:19:51 +0200
commit7c760ac0256aa1d27433e8f410ae014be2da2334 (patch)
treee7f073d1f202abee05b11916e5ad95759a8345b0 /examples
parent65d452b96a2aa49b8f9155db9728f7d917f64306 (diff)
parent215dfa92c6fa35f0b7504c4fb715b5e4222eac29 (diff)
downloadranger-7c760ac0256aa1d27433e8f410ae014be2da2334.tar.gz
Merge branch 'trailing' of https://github.com/stepshal/ranger
Diffstat (limited to 'examples')
-rw-r--r--examples/plugin_new_sorting_method.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/plugin_new_sorting_method.py b/examples/plugin_new_sorting_method.py
index c6e35a68..012bd7a2 100644
--- a/examples/plugin_new_sorting_method.py
+++ b/examples/plugin_new_sorting_method.py
@@ -6,4 +6,3 @@
 from ranger.container.directory import Directory
 from random import random
 Directory.sort_dict['random'] = lambda path: random()
-