AppTraits can provide GetStandardPaths now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-01 07:38:03 +00:00
parent 44bb0d6eaf
commit d008e7552d

View File

@@ -40,13 +40,13 @@ def run():
for name in [ 'CreateFontMapper',
'CreateMessageOutput',
'CreateRenderer',
'GetStandardPaths',
]:
c.find(name).ignore()
for name in [ 'CreateConfig',
'CreateEventLoop',
'CreateLogTarget',
#'GetStandardPaths',
]:
c.find(name).factory = True