]> git.saurik.com Git - wxWidgets.git/commitdiff
a little whitespace cleanup
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 23:52:09 +0000 (23:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 23:52:09 +0000 (23:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/CustomTreeCtrl.py

index 805a4385e3dbdf0d83a3971285b222a3ee83a576..5737a2da1cfaeed5c5adb218dab2cab1dc04a654 100644 (file)
@@ -1333,7 +1333,6 @@ class CustomTreeCtrl(CT.CustomTreeCtrl):
         self.Bind(wx.EVT_LEFT_DCLICK, self.OnLeftDClick)
         self.Bind(wx.EVT_IDLE, self.OnIdle)
 
-
         self.eventdict = {'EVT_TREE_BEGIN_DRAG': self.OnBeginDrag, 'EVT_TREE_BEGIN_LABEL_EDIT': self.OnBeginEdit,
                           'EVT_TREE_BEGIN_RDRAG': self.OnBeginRDrag, 'EVT_TREE_DELETE_ITEM': self.OnDeleteItem,
                           'EVT_TREE_END_DRAG': self.OnEndDrag, 'EVT_TREE_END_LABEL_EDIT': self.OnEndEdit,