예제 #1
0
    def request(self, name, *args):
        while True:
            try:
                result = GraphingWiki.request(self, name, *args)
            except AuthorizationRequired:
                username = raw_input("Username:"******"Password:")

                self.setCredentials(username, password)
            else:
                return result
예제 #2
0
    def request(self, name, *args):
        while True:
            try:
                result = GraphingWiki.request(self, name, *args)
            except AuthorizationRequired:
                username = raw_input("Username:"******"Password:")

                self.setCredentials(username, password)
            else:
                return result
예제 #3
0
 def putPage(self, *args, **kw):
     GraphingWiki.putPage(self, *args, **kw)
예제 #4
0
 def putPage(self, *args, **kw):
     GraphingWiki.putPage(self, *args, **kw)