Skip to content

Commit

Permalink
Init key_column
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmakepeace committed Jun 23, 2011
1 parent 4405e4a commit e6a3038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/refine/refine.py
Expand Up @@ -283,6 +283,7 @@ def __init__(self, server, project_id=None):
self.sorting = facet.Sorting()
self.history_entry = None
# following filled in by get_models()
self.key_column = None
self.has_records = False
self.columns = None
self.column_order = {} # map of column names to order in UI
Expand Down

0 comments on commit e6a3038

Please sign in to comment.