From dc6fcd9142b403a0642933a3f59ab84c44d7b3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E5=BC=BA?= Date: Mon, 22 Apr 2013 20:04:23 +0800 Subject: [PATCH] Update socode.py --- socode.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/socode.py b/socode.py index 7fdb2cf..426fd8b 100755 --- a/socode.py +++ b/socode.py @@ -556,7 +556,10 @@ def dpayne(): print 'There was an error' return False - + +def zigamorph(): + pass + if __name__ == "__main__": starefossen() heinzf(False) # this thing makes it hard to make sure stuff works, doesn't it? @@ -614,6 +617,7 @@ def dpayne(): spratt() windspy() samlabs821() + zigamorph() alisnic(random.randint(1, 1024)) # as per instructed, please leave this as the final function