[PyQt] PyQt4's configure.py: minor nitpick
Phil Thompson
phil at riverbankcomputing.co.uk
Fri Jun 22 16:58:47 BST 2007
On Friday 22 June 2007 4:23 pm, Giovanni Bajo wrote:
> Hello Phil,
>
> would you mind applying this patch?
>
> @@ -965,6 +1137,8 @@
> while 1:
> try:
> resp = raw_input("Do you accept the terms of the license? ")
> + except KeyboardInterrupt:
> + raise SystemExit
> except:
> resp = ""
>
>
> I find natural to break out with CTRL+C.
Ok.
Phil
More information about the PyQt
mailing list