blob: 3a95c28387650d6c57e7f086d9ae9d094c582efa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 1999/06/22 04:16:31 sakamoto Exp $
--- setup.py.orig Tue May 18 18:37:04 1999
+++ setup.py Wed May 19 09:44:38 1999
@@ -212,7 +212,7 @@
if setup == None:
setup = os.path.join(sys.prefix, 'lib/python' + sys.version[:3],
- 'config/Setup')
+ 'config/Setup.tk')
print 'reading configuration from', setup, '...',
configs = extract_config(setup, ['_tkinter'])
print 'done'
|