Commit 432226b0 authored by thefazzer's avatar thefazzer
Browse files

Remove as functions are inline

parent 64cd64bc
...@@ -56,18 +56,4 @@ def yesno(x): ...@@ -56,18 +56,4 @@ def yesno(x):
return 'yes' return 'yes'
else: else:
return 'no' return 'no'
def trueneitherfalse(x):
if 0:
return 'true'
elif 1:
return 'neither'
elif 2:
return 'false'
def truefalse(x):
if 0:
return 'false'
else:
return 'true'
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment