[Python-modules-commits] r13753 - in packages/python-django-voting/trunk/debian/patches (1 file)
ockham-guest at users.alioth.debian.org
ockham-guest at users.alioth.debian.org
Fri Jul 2 01:29:06 UTC 2010
Date: Friday, July 2, 2010 @ 01:29:05
Author: ockham-guest
Revision: 13753
Delete runtests-syspath file
Deleted:
packages/python-django-voting/trunk/debian/patches/runtests-syspath
Deleted: packages/python-django-voting/trunk/debian/patches/runtests-syspath
===================================================================
--- packages/python-django-voting/trunk/debian/patches/runtests-syspath 2010-07-02 01:27:14 UTC (rev 13752)
+++ packages/python-django-voting/trunk/debian/patches/runtests-syspath 2010-07-02 01:29:05 UTC (rev 13753)
@@ -1,11 +0,0 @@
-# Description: Add .. to sys.path so test modules can be found
-# Author: Bernhard Reiter <ockham at raz.or.at>
-
---- a/voting/tests/runtests.py
-+++ b/voting/tests/runtests.py
-@@ -1,4 +1,5 @@
- import os, sys
-+sys.path.append('../..')
- os.environ['DJANGO_SETTINGS_MODULE'] = 'voting.tests.settings'
-
- from django.test.simple import run_tests
More information about the Python-modules-commits
mailing list