Re: [PythonReports-users] PythonReport - deprecation warning on et.getchildren
Brought to you by:
a1s
From: Werner F. B. <wer...@fr...> - 2012-12-20 18:55:54
|
Found it how to catch, can't use "with", so this does the trick for me: warnings.simplefilter("ignore") self.env = EditorEnvironment(EditorForm(None)) Werner |