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 /all_tests.py | |
parent | 2c1d2db0894cd9578bbd9665dee71ae984131208 (diff) | |
download | ranger-50845f37bc7d2ff71e9b4894e8a3dae6693272c4.tar.gz |
stuff
Diffstat (limited to 'all_tests.py')
-rwxr-xr-x | all_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |