correctly encoding to unicode
This commit is contained in:
parent
3f6d62f34a
commit
e789bb52e7
3 changed files with 7 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ class BaseApplication(object):
|
|||
self.weboob = Weboob(self.APPNAME)
|
||||
self.config = self.weboob.get_frontend_config(self.CONFIG)
|
||||
|
||||
def main(self, argv):
|
||||
raise NotImplementedError()
|
||||
|
||||
def ask(self, question, default=None, masked=False, regexp=None):
|
||||
"""
|
||||
Ask a question to user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue