Do not make object inheritance
This patch removes these lintian warnings: Warning R0205: Class 'X' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
This commit is contained in:
@ -32,7 +32,7 @@ from offlineimap.ui import getglobalui
|
||||
from offlineimap.virtual_imaplib2 import IMAP4, IMAP4_SSL, InternalDate
|
||||
|
||||
|
||||
class UsefulIMAPMixIn(object):
|
||||
class UsefulIMAPMixIn():
|
||||
def __getselectedfolder(self):
|
||||
if self.state == 'SELECTED':
|
||||
return self.mailbox
|
||||
|
Reference in New Issue
Block a user