summaryrefslogtreecommitdiff
path: root/graphics/skencil/files/patch-aa
blob: f39ac9cf3bb1d48cb3ddffde918d48796208f7e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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.local')
     print 'reading configuration from', setup, '...',
     configs = extract_config(setup, ['_tkinter'])
     print 'done'