j
k
j a
j l
Jean-Paul Calderone wrote:
import myproject counter = myproject.globals.get(Counter, None) if counter is None: counter = myproject.globals[Counter] = Counter() Hope this helps,
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
Back to the thread
Back to the list