summaryrefslogtreecommitdiff
path: root/audio/py-ogg/files/patch-setup.py
blob: d9f0d75e678c744c365dd0c706e1307bc3225f0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	Mon Sep 23 16:23:48 2002
+++ setup.py	Mon Sep 23 16:24:06 2002
@@ -16,7 +16,7 @@
 
 def get_setup():
     data = {}
-    r = re.compile(r'(\S+)\s*?=\s*?(.+)')
+    r = re.compile(r'(\S+)\s*=\s*(.+)')
     
     if not os.path.isfile('Setup'):
         print "No 'Setup' file. Perhaps you need to run the configure script."