From 3458377d627d3aad57edd43f06027dcf48cfce50 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 17 Jul 2012 01:05:36 +0000 Subject: [PATCH] Remove the old agw stubs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx/lib/buttonpanel.py | 13 ------------- wx/lib/customtreectrl.py | 13 ------------- wx/lib/flatnotebook.py | 13 ------------- wx/lib/foldpanelbar.py | 13 ------------- wx/lib/hyperlink.py | 13 ------------- 5 files changed, 65 deletions(-) delete mode 100644 wx/lib/buttonpanel.py delete mode 100644 wx/lib/customtreectrl.py delete mode 100644 wx/lib/flatnotebook.py delete mode 100644 wx/lib/foldpanelbar.py delete mode 100644 wx/lib/hyperlink.py diff --git a/wx/lib/buttonpanel.py b/wx/lib/buttonpanel.py deleted file mode 100644 index cb3ed0e1..00000000 --- a/wx/lib/buttonpanel.py +++ /dev/null @@ -1,13 +0,0 @@ -# ============================================================== # -# This is now just a stub, importing the real module which lives # -# under wx.lib.agw. -# ============================================================== # - -""" -Attention! ButtonPanel now lives in wx.lib.agw, together with -its friends in the Advanced Generic Widgets family. - -Please update your code! -""" - -from wx.lib.agw.buttonpanel import * \ No newline at end of file diff --git a/wx/lib/customtreectrl.py b/wx/lib/customtreectrl.py deleted file mode 100644 index f84c0766..00000000 --- a/wx/lib/customtreectrl.py +++ /dev/null @@ -1,13 +0,0 @@ -# ============================================================== # -# This is now just a stub, importing the real module which lives # -# under wx.lib.agw. -# ============================================================== # - -""" -Attention! CustomTreeCtrl now lives in wx.lib.agw, together with -its friends in the Advanced Generic Widgets family. - -Please update your code! -""" - -from wx.lib.agw.customtreectrl import * \ No newline at end of file diff --git a/wx/lib/flatnotebook.py b/wx/lib/flatnotebook.py deleted file mode 100644 index 1afdd582..00000000 --- a/wx/lib/flatnotebook.py +++ /dev/null @@ -1,13 +0,0 @@ -# ============================================================== # -# This is now just a stub, importing the real module which lives # -# under wx.lib.agw. -# ============================================================== # - -""" -Attention! FlatNotebook now lives in wx.lib.agw, together with -its friends in the Advanced Generic Widgets family. - -Please update your code! -""" - -from wx.lib.agw.flatnotebook import * \ No newline at end of file diff --git a/wx/lib/foldpanelbar.py b/wx/lib/foldpanelbar.py deleted file mode 100644 index 20d44165..00000000 --- a/wx/lib/foldpanelbar.py +++ /dev/null @@ -1,13 +0,0 @@ -# ============================================================== # -# This is now just a stub, importing the real module which lives # -# under wx.lib.agw. -# ============================================================== # - -""" -Attention! FoldPanelBar now lives in wx.lib.agw, together with -its friends in the Advanced Generic Widgets family. - -Please update your code! -""" - -from wx.lib.agw.foldpanelbar import * \ No newline at end of file diff --git a/wx/lib/hyperlink.py b/wx/lib/hyperlink.py deleted file mode 100644 index dfc045c4..00000000 --- a/wx/lib/hyperlink.py +++ /dev/null @@ -1,13 +0,0 @@ -# ============================================================== # -# This is now just a stub, importing the real module which lives # -# under wx.lib.agw. -# ============================================================== # - -""" -Attention! HyperLinkCtrl now lives in wx.lib.agw, together with -its friends in the Advanced Generic Widgets family. - -Please update your code! -""" - -from wx.lib.agw.hyperlink import * \ No newline at end of file