Moved demos to ./examples

This commit is contained in:
Douglas Thor
2016-07-06 11:20:06 -07:00
parent a8be4a9e1e
commit c34cc76cd6
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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