controls/LocationCellEditor.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1745 f9d32913bad4
--- a/controls/LocationCellEditor.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/controls/LocationCellEditor.py	Mon Aug 14 23:27:15 2017 +0300
@@ -26,6 +26,7 @@
 
 from dialogs.BrowseLocationsDialog import BrowseLocationsDialog
 
+
 class LocationCellControl(wx.PyControl):
 
     '''
@@ -133,6 +134,7 @@
     def SetFocus(self):
         self.Location.SetFocus()
 
+
 class LocationCellEditor(wx.grid.PyGridCellEditor):
     '''
     Grid cell editor that uses LocationCellControl to display a browse button.