diff options
author | hut <hut@lavabit.com> | 2010-06-07 15:53:01 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-06-07 19:55:28 +0200 |
commit | 85fd52880db93c6cd01f2c459eb46e6dd35d777c (patch) | |
tree | 191c4ffbf69c74121643c3bc899aafd1b399a695 /test/tc_bookmarks.py | |
parent | 9fbe3adac3c0a15a778721b3fc72c789c125b2b8 (diff) | |
download | ranger-85fd52880db93c6cd01f2c459eb46e6dd35d777c.tar.gz |
simplified all_tests.py, moved to test/
Diffstat (limited to 'test/tc_bookmarks.py')
-rw-r--r-- | test/tc_bookmarks.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tc_bookmarks.py b/test/tc_bookmarks.py index f45ba061..9b41f1c6 100644 --- a/test/tc_bookmarks.py +++ b/test/tc_bookmarks.py @@ -13,8 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if __name__ == '__main__': from __init__ import init; init() - from os.path import realpath, join, dirname import unittest import os |