Exemplo n.º 1
0
 def __init__(self, host, username, password):
     GenericAtomService.__init__(self, "www.blogger.com", username,
                                 password, *endpoints)
     self.hp_re = re.compile(r'<homePageLink>(.*)</homePageLink>',
                             re.MULTILINE)
Exemplo n.º 2
0
 def __init__(self, host, username, password):
     GenericAtomService.__init__(self, host, username, password,*endpoints)
Exemplo n.º 3
0
 def __init__(self, host, username, password):
     GenericAtomService.__init__(self, "www.blogger.com", username, password,
                                             *endpoints)
     self.hp_re = re.compile(r'<homePageLink>(.*)</homePageLink>', re.MULTILINE)