commit e346a4f15956694ef3e850ebf8b740c387a4500a Author: Isis Lovecruft isis@patternsinthevoid.net Date: Sat Mar 3 15:04:07 2012 -0800
check out that stegosaurus, like wut yo' --- logo.py | 42 ++++++++++++++++++++++++++++++++++++++++++ ooniprobe.py | 2 +- 2 files changed, 43 insertions(+), 1 deletions(-)
diff --git a/logo.py b/logo.py index dcdf119..b9849b1 100644 --- a/logo.py +++ b/logo.py @@ -139,4 +139,46 @@ o O o O O o O o O O o O o O O `---'`---'` '`|---'` `---'`---'`---' | """) + logo.append(""" + ________________________________________ +/ OONI-PROBE -- WE FIGHT CENSORSHIP LIKE \ +\ DRAGONS EAT KNIGHTS! / + ---------------------------------------- + \ ^ /^ + \ / \ // \ + \ |___/| / // .\ + \ /O O __ / // | \ \ *----* + / / /_/ // | \ \ \ | + @___@` /_ // | \ \ /\ \ + 0/0/| /_ // | \ \ \ \ + 0/0/0/0/| /// | \ \ | | + 0/0/0/0/0/_|_ / ( // | \ _\ | / + 0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _.-~ / / + ,-} _ *-.|.-~-. .~ ~ + \ __/ `/\ / ~-. _ .-~ / + ____(oo) *. } { / + ( (--) .----~-.\ -` .~ + //__\ __ Ack! ///.----..< \ _ -~ + // \ ///-._ _ _ _ _ _ _{^ - - - - ~ +""") + logo.append(""" + _________________ +| OONI-PROBE | +| DON'T CENSOR ME | +|_________________| +\ . . + \ / `. .' " + \ .---. < > < > .---. + \ | \ \ - ~ ~ - / / | + _____ ..-~ ~-..-~ + | (A)| ~~~.' `./~~~/ + --------- __/ __/ + .' O \ / / \ " + (_____, `._.' | } /~~~/ + `----. / } | / __/ + `-. | / | / `. ,~~| + ~-.__| /_ - ~ ^| /- _ `..-' + | / | / ~-. `-. _ _ _ + |_____| |_____| ~ - . _ _ _ _ _> +""") return random.choice(logo) diff --git a/ooniprobe.py b/ooniprobe.py index 958c9b1..1639445 100755 --- a/ooniprobe.py +++ b/ooniprobe.py @@ -86,7 +86,7 @@ class ooni(object):
def load_tests(self): """ - Iterate through the plugoos insite the folder specified by the + Iterate through the plugoos inside the folder specified by the config file and instantiate them. """ pluginfiles = [fname[:-3] for fname in os.listdir(self.config.main.testdir)\
tor-commits@lists.torproject.org