Added a placeholder for rebuild_sessionscache()

This commit is contained in:
chaz@pokeit.co 2010-12-04 21:04:43 -05:00
parent dd707fb0cb
commit 6ea5432c2e

View File

@ -1546,6 +1546,11 @@ class Database:
print _("Error rebuilding hudcache:"), str(sys.exc_value)
print err
#end def rebuild_hudcache
def rebuild_sessionscache(self, h_start=None, v_start=None):
"""clears sessionscache and rebuilds from the individual handsplayers records"""
#Will get to this soon
pass
def get_hero_hudcache_start(self):
"""fetches earliest stylekey from hudcache for one of hero's player ids"""