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