from ishell.command import Command
class SetTimezoneCommand(Command):
command_list = ['Africa/Dakar', 'Africa/Conakry']
def args(self):
return self.command_list
def run(self, line):
pass
linux@louis$ python myshell.py
>>>>>>>>>>>>>Hello<<<<<<<<<<
> set timezone Africa
The string behind the tab slash cannot be displayed, Is this a bug? Or is there another way to write this problem?
The string behind the tab slash cannot be displayed, Is this a bug? Or is there another way to write this problem?