Exemple #1
0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
     self.command = None
     self.document = None
     self.pubMetadataList = []
     self.currWorkAmount = 0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
     self.command = None
     self.document = None
     self.pubMetadataList = []
     self.currWorkAmount = 0
Exemple #3
0
    def __init__(self):
        self.blog = None
        self.grabber = None
        self.templateName = None
        self.bMakeDefaultTemplate = False
        self.customAttributes = {}

        ZBackgroundTask.__init__(self)
    def __init__(self):
        self.blog = None
        self.grabber = None
        self.templateName = None
        self.bMakeDefaultTemplate = False
        self.customAttributes = {}

        ZBackgroundTask.__init__(self)
Exemple #5
0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
     self.currentCommand = None
     self.commands = None
     self.blogs = []
     self.document = None
     self.deleteLocal = False
     self.currWorkAmount = 0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
     self.currentCommand = None
     self.commands = None
     self.blogs = []
     self.document = None
     self.deleteLocal = False
     self.currWorkAmount = 0
Exemple #7
0
 def __init__(self):
     ZBackgroundTask.__init__(self)
     self.customAttributes = {}
Exemple #8
0
    def __init__(self):
        ZBackgroundTask.__init__(self)

        self.customAttributes = {}
Exemple #9
0
    def __init__(self):
        self.endpoint = None
        self.customAttributes = {}
        self.connection = None

        ZBackgroundTask.__init__(self)
Exemple #10
0
    def __init__(self):
        self.fetcher = None
        self.rootMessage = u""  #$NON-NLS-1$

        ZBackgroundTask.__init__(self)