Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -103,7 +103,7 @@ STOCK_COL = 6
|
||||
|
||||
RCS_BUTTON = { True : _('_Extract'), False : _('_Archive') }
|
||||
|
||||
class CLIDbManager:
|
||||
class CLIDbManager(object):
|
||||
"""
|
||||
Database manager without GTK functionality, allows users to create and
|
||||
open databases
|
||||
|
||||
Reference in New Issue
Block a user