Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -6,7 +6,7 @@ import sys, os,bsddb
|
||||
|
||||
|
||||
|
||||
class ErrorReportAssistant:
|
||||
class ErrorReportAssistant(object):
|
||||
|
||||
def __init__(self,error_detail,rotate_handler):
|
||||
self._error_detail = error_detail
|
||||
|
||||
Reference in New Issue
Block a user