stats: rename StatEvent() function to schedStatEvent().

This follows the style rules and is more descriptive.
This commit is contained in:
Steve Reinhardt
2011-01-07 21:50:29 -08:00
parent 94807214c4
commit c22be9f2f0
6 changed files with 15 additions and 13 deletions

View File

@@ -28,7 +28,7 @@
import internal
from internal.stats import StatEvent as event
from internal.stats import schedStatEvent as schedEvent
from objects import Root
def initText(filename, desc=True):