Jean-Paul Calderone wrote: > import myproject > counter = myproject.globals.get(Counter, None) > if counter is None: > counter = myproject.globals[Counter] = Counter() > > Hope this helps,
Very much so! Thanks. -Charlie _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
