On Fri, 17 Feb 2012 16:17:06 +0100, Detlev Offenbach <[email protected]> wrote: > Hi, > > there is an issue with QFtp. This module includes an enum QFtp.Command, > that > has a member called QFtp.None. However, if that is used it causes a syntax > error (None is a keyword). Therefore it should be changed to QFtp.None_.
Fixed - thanks. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
