Example #1
0
 def __str__(self):
     """
     Hack to get the sweet ascii art into the help output and replace the
     strings "Commands" with "Tests".
     """
     return getlogo() + '\n' + self.getSynopsis() + '\n' + \
            self.getUsage(width=None).replace("Commands:", "Tests:")
Example #2
0
 def opt_asciilulz(self):
     from ooni.utils import logo
     print logo.getlogo()
Example #3
0
 def opt_asciilulz(self):
     from ooni.utils import logo
     print logo.getlogo()