pychecker fixes
svn: r6407
This commit is contained in:
@@ -85,7 +85,7 @@ class PlaceView(PageView.ListView):
|
||||
def define_actions(self):
|
||||
PageView.ListView.define_actions(self)
|
||||
self.add_action('ColumnEdit', gtk.STOCK_PROPERTIES,
|
||||
'_Column Editor', callback=self.column_editor),
|
||||
'_Column Editor', callback=self.column_editor)
|
||||
|
||||
def column_editor(self,obj):
|
||||
import ColumnOrder
|
||||
|
||||
Reference in New Issue
Block a user