From 3481e3efb8496f8c2e14c51038bdf014ff50da0d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 30 Apr 2002 04:27:05 +0000 Subject: [PATCH] wxTimer was in the wrong place in the demo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 2ed0c47631..fd626ec8be 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -153,7 +153,6 @@ _treeList = [ 'wxStaticBitmap', 'wxStatusBar', 'wxTextCtrl', - 'wxTimer', 'wxToggleButton', 'wxToolBar', 'wxTreeCtrl', -- 2.45.2