import time import SPyRO from shttp import http import admin def counter(): return admin.counter('global') def hihttp(x): c = counter() return "counter: %s
%s %s -- http request: x%s
"%(c, x,time.asctime(),http.getrequest()) def hispyro(x): return "
%s %s -- spyro request: %s
"%(x,time.asctime(),SPyRO.getrequest())
Admin Package Manager User Manager
Wise monkey's software
This site is under construction, we are making easy to distribute and install our software...

Miniforum

import forum Comments = lambda x: forum.list_messages()
All rights reserved. import time EvalTest = "Copyright %s threekong.software"%(time.localtime()[0]) import warn xfun = 0 def getfun(): global xfun xfun = xfun + 1 return xfun
Testing template functions: getfun() hihttp('Hello shttp.http') hispyro('Hello spyro.spyro')