summaryrefslogtreecommitdiff
path: root/devel/py-unit/patches/patch-aa
blob: 7e7100c7fc2ae4944f5bbe62be33bf37c7ad0425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2002/01/29 16:19:03 drochner Exp $

--- setup.py.orig	Sat Jan  5 18:52:12 2002
+++ setup.py
@@ -11,7 +11,7 @@
     author_email = "stephen_purcell@yahoo.com",
     url = "http://pyunit.sourceforge.net/",
        
-    py_modules = ['unittest', 'unittestgui']
+    py_modules = ['unittest']
     )