mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 21:10:06 +01:00
11 lines
191 B
Python
11 lines
191 B
Python
|
|
def foo(config):
|
|
|
|
oldPath = config.GetPath()
|
|
|
|
config.SetPath("/Foo/Data")
|
|
# ...
|
|
|
|
config.SetPath(oldPath)
|
|
|