Finishing up the session manager transition. Uh, yeah, we now have a session manager instead of referencing the server for a session list. Much much better.

This commit is contained in:
Greg Taylor 2006-12-22 01:42:24 +00:00
parent d883d67638
commit 5816370857
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
from sessions import PlayerSession
from session import PlayerSession
"""
Session manager, handles connected players.