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
import os, sys
def colour(text,colour="red"):
nocolour=False
def colour(text, colour="red"):
nocolour = False
if nocolour: # Colour no supported, return plain text
return text
#end if