SandBox
From Alcugs
Pythonfrom alcugs import * class hello: def __init__(self): self.version=1 print "Initializing class hello" def hello(self,param=None): if param!=None: print "Hello %s" %param else: print "Bye" a=hello() a.hello() del a
hello
Seems that is working.--Tes't test' 21:25, 10 Oct 2005 (CEST)
I broke something???
Nope, it was the debug level.
Please, porfa please, I want to see my real ip instead of the reverse proxy one!!!
Now we are on the new webserver vm dedicated only to alcugs..

