summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-10-12 13:44:17 -0500
committerDavid Sommerseth <davids@redhat.com>2009-10-23 17:26:07 +0200
commit2c147002151aa931bb67f763d2f36eece86a8179 (patch)
tree78dc8eaa3087312fc0ee76a2a6f826a0b8530806 /rteval
parentf862a95401e49ef43c8ff50f4d8ff81427e6dda9 (diff)
downloadrteval-2c147002151aa931bb67f763d2f36eece86a8179.tar.gz
rteval-2c147002151aa931bb67f763d2f36eece86a8179.tar.xz
rteval-2c147002151aa931bb67f763d2f36eece86a8179.zip
version bump to 1.5
updated option processing, changed stats to use less memory, changed debug output to prefix with module name
Diffstat (limited to 'rteval')
-rw-r--r--rteval/rteval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 4648c8b..07ec04b 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -57,7 +57,7 @@ import rtevalMailer
class RtEval(object):
def __init__(self):
- self.version = "1.4"
+ self.version = "1.5"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None