This commit is contained in:
dbr
2008-12-29 17:00:24 +10:30
parent 113853a2fd
commit eac58ad04a

View File

@@ -2,8 +2,8 @@
#encoding:utf-8 #encoding:utf-8
import os, sys import os, sys
def colour(text,colour="red"): def colour(text, colour="red"):
nocolour=False nocolour = False
if nocolour: # Colour no supported, return plain text if nocolour: # Colour no supported, return plain text
return text return text
#end if #end if