Author: arekm Date: Sat Dec 24 22:01:00 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - wxversion.py which always returns that everything is ok
---- Files affected: SOURCES: python-wxPython-wxversion-null.py (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/python-wxPython-wxversion-null.py diff -u /dev/null SOURCES/python-wxPython-wxversion-null.py:1.1 --- /dev/null Sat Dec 24 23:01:00 2005 +++ SOURCES/python-wxPython-wxversion-null.py Sat Dec 24 23:00:55 2005 @@ -0,0 +1,9 @@ +def select(versions, optionsRequired=False): + pass +def ensureMinimal(minVersion, optionsRequired=False): + pass +def checkInstalled(versions, optionsRequired=False): + return True +def getInstalled(): + return "wxPython" + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
