mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
Moved demos to ./examples
This commit is contained in:
@@ -11,7 +11,7 @@ demo.py
|
||||
This is a demo showing some of the capabilities of the ``wx.lib.plot``
|
||||
package. It is intended to be run as a standalone script via::
|
||||
|
||||
user@host:.../site-packages/wx/lib/plot$ python demo.py
|
||||
user@host:.../site-packages/wx/lib/plot$ python examples/demo.py
|
||||
|
||||
"""
|
||||
__docformat__ = "restructuredtext en"
|
||||
@@ -4,7 +4,7 @@ A simple example showing how to use lib.plot from wxPython.
|
||||
|
||||
It is intended to be run as a standalone script via::
|
||||
|
||||
user@host:.../site-packages/wx/lib/plot$ python simple_example.py
|
||||
user@host:.../site-packages/wx/lib/plot$ python examples/simple_example.py
|
||||
|
||||
"""
|
||||
import wx
|
||||
Reference in New Issue
Block a user