diff --git a/etg/apptrait.py b/etg/apptrait.py index 0fa78e40..0fa26a05 100644 --- a/etg/apptrait.py +++ b/etg/apptrait.py @@ -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