rename ImapSummaries to ImapFetcher to better reflect its scope
This commit is contained in:
parent
32ae817a2a
commit
3d37006bbc
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
#Copyright 2008-2010 Steffen Schaumburg
|
#Copyright 2010 Steffen Schaumburg
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU Affero General Public License as published by
|
#it under the terms of the GNU Affero General Public License as published by
|
||||||
#the Free Software Foundation, version 3 of the License.
|
#the Free Software Foundation, version 3 of the License.
|
|
@ -103,7 +103,7 @@ import GuiPrefs
|
||||||
import GuiLogView
|
import GuiLogView
|
||||||
import GuiDatabase
|
import GuiDatabase
|
||||||
import GuiBulkImport
|
import GuiBulkImport
|
||||||
import ImapSummaries
|
import ImapFetcher
|
||||||
import GuiRingPlayerStats
|
import GuiRingPlayerStats
|
||||||
import GuiTourneyPlayerStats
|
import GuiTourneyPlayerStats
|
||||||
import GuiPositionalStats
|
import GuiPositionalStats
|
||||||
|
@ -722,7 +722,7 @@ class fpdb:
|
||||||
#end def get_menu
|
#end def get_menu
|
||||||
|
|
||||||
def import_imap_summaries(self, widget, data=None):
|
def import_imap_summaries(self, widget, data=None):
|
||||||
result=ImapSummaries.run(self.config, self.db)
|
result=ImapFetcher.run(self.config, self.db)
|
||||||
#print "import imap summaries result:", result
|
#print "import imap summaries result:", result
|
||||||
#end def import_imap_summaries
|
#end def import_imap_summaries
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user