From 2e10c0cdeba86ade288e9fc4a0eaf8b0141f898e Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 16 Apr 2008 09:55:41 +0000 Subject: fix more bugs - stats, trigger type --- python/skytools/scripting.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/skytools/scripting.py') diff --git a/python/skytools/scripting.py b/python/skytools/scripting.py index 3a3556a2..8c1639c1 100644 --- a/python/skytools/scripting.py +++ b/python/skytools/scripting.py @@ -371,9 +371,6 @@ class DBScript(object): "Internal SIGINT handler. Minimal code here." self.stop() - def stat_add(self, key, value): - self.stat_put(key, value) - def stat_put(self, key, value): """Sets a stat value.""" self.stat_dict[key] = value -- cgit v1.2.3