示例#1
0
文件: poll.py 项目: partriv/pollster
 def get_next_url(self, question):
     url = StringUtils.cleanForUrl(question)
     return self.get_next_url_h(url)
示例#2
0
 def get_next_url(self, question):
     url = StringUtils.cleanForUrl(question)
     return self.get_next_url_h(url)