From c34cc76cd6d2d6220dc45f0c7cae2ff92ebf69ff Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Wed, 6 Jul 2016 11:20:06 -0700 Subject: [PATCH] Moved demos to ./examples --- wx/lib/plot/{ => examples}/demo.py | 2 +- wx/lib/plot/{ => examples}/simple_example.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename wx/lib/plot/{ => examples}/demo.py (99%) rename wx/lib/plot/{ => examples}/simple_example.py (94%) diff --git a/wx/lib/plot/demo.py b/wx/lib/plot/examples/demo.py similarity index 99% rename from wx/lib/plot/demo.py rename to wx/lib/plot/examples/demo.py index 6249a2a4..eb18ea47 100644 --- a/wx/lib/plot/demo.py +++ b/wx/lib/plot/examples/demo.py @@ -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" diff --git a/wx/lib/plot/simple_example.py b/wx/lib/plot/examples/simple_example.py similarity index 94% rename from wx/lib/plot/simple_example.py rename to wx/lib/plot/examples/simple_example.py index 3164acb7..15fea500 100644 --- a/wx/lib/plot/simple_example.py +++ b/wx/lib/plot/examples/simple_example.py @@ -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