Moving some of the login tasks out of sessions.py and into the BasicPlayer script parent. Also, added seconds to the 'time' command, which I apparently forgot.

This commit is contained in:
Greg Taylor 2008-06-15 21:29:27 +00:00
parent b12ba45cc7
commit cf18029be1
7 changed files with 69 additions and 23 deletions

View file

@ -4,7 +4,7 @@ default. It will have the necessary outline for developers to sub-class and over
"""
from src import ansi
class BasicObject:
class BasicObject(object):
def __init__(self, source_obj):
"""
Get our ducks in a row.