From 485d8f9ff3cab38b2a1d3371aec9134732f2a1b8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 14 Oct 2008 20:23:23 +0000 Subject: Work with python 2.4 -m syntax git-svn-id: file:///home/or/svnrepo/updater/trunk@17100 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aa5d6c0..c2268cb 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: python setup.py build test: - export PYTHONPATH=./lib && python -m thandy.tests + export PYTHONPATH=./lib/ && python -m thandy/tests install: - python setup.py install \ No newline at end of file + python setup.py install -- cgit v1.2.3