mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 12:30:07 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 lines
329 B
Python
15 lines
329 B
Python
'''
|
|
Import this file before the first 'from pubsub import pub' statement
|
|
to make pubsub use the legacy v2 API. This API is no longer supported
|
|
or maintained.
|
|
|
|
:copyright: Copyright 2006-2009 by Oliver Schoenborn, all rights reserved.
|
|
:license: BSD, see LICENSE.txt for details.
|
|
|
|
'''
|
|
|
|
import pubsubconf
|
|
pubsubconf.setVersion(2)
|
|
|
|
|