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:")
def opt_asciilulz(self): from ooni.utils import logo print logo.getlogo()