d33aba2ad4
Python bindings for Qt4. based on an original submission by Lars Hansson <lars at unet dot net dot ph> with some modifications by simon@ ok simon@
13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
$OpenBSD: patch-configure_py,v 1.1.1.1 2008/01/15 13:25:23 ajacoutot Exp $
|
|
--- configure.py.orig Mon Jan 14 13:53:23 2008
|
|
+++ configure.py Mon Jan 14 13:54:59 2008
|
|
@@ -1328,7 +1328,7 @@ def check_license():
|
|
|
|
while 1:
|
|
try:
|
|
- resp = raw_input("Do you accept the terms of the license? ")
|
|
+ resp = "yes"
|
|
except KeyboardInterrupt:
|
|
raise SystemExit
|
|
except:
|