Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@ -32,7 +32,7 @@ import Errors
|
||||
import Config
|
||||
import DateHandler
|
||||
|
||||
class SimpleTable:
|
||||
class SimpleTable(object):
|
||||
"""
|
||||
Provide a simplified table creation interface.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user