Skip to content

Commit

Permalink
Oops..
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/CTK/trunk@4322 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed Feb 24, 2010
1 parent fed8482 commit 68a364a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTK/Table.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def __init__ (self, props=None, **kwargs):
self.header_rows = []
self.header_cols = []

if 'id' in props:
self.id = props.pop('id')
if 'id' in self.props:
self.id = self.props.pop('id')

def __add_row (self):
row = TableRow()
Expand Down

0 comments on commit 68a364a

Please sign in to comment.