diff options
author | hut <hut@lavabit.com> | 2010-01-18 19:38:04 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-18 19:38:04 +0100 |
commit | 50845f37bc7d2ff71e9b4894e8a3dae6693272c4 (patch) | |
tree | 884c5351eb3fbf778f9e3a1028508470d23f67c8 | |
parent | 2c1d2db0894cd9578bbd9665dee71ae984131208 (diff) | |
download | ranger-50845f37bc7d2ff71e9b4894e8a3dae6693272c4.tar.gz |
stuff
-rw-r--r-- | TODO | 1 | ||||
-rwxr-xr-x | all_tests.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO index 83d41fec..9bf7b148 100644 --- a/TODO +++ b/TODO @@ -33,6 +33,7 @@ General ( ) #39 10/01/17 flushinput now always good (X) #42 10/01/17 memorize directory for `` when using :cd ( ) #43 10/01/18 internally treat the bookmarks ` and ' the same + ( ) #44 10/01/18 more error messages :P Bugs diff --git a/all_tests.py b/all_tests.py index dde73d53..33b16f7f 100755 --- a/all_tests.py +++ b/all_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python """Run all the tests inside the test/ directory as a test suite.""" if __name__ == '__main__': import unittest |