commit | 235d7cbbc96908d10bbf30d52ee8950e3b881f9b | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Fri Mar 12 10:03:18 2010 -0800 |
committer | Dan Talayco <dtalayco@stanford.edu> | Fri Mar 12 10:03:18 2010 -0800 |
tree | 341fd10a5b635c4d23a820720fd5585cba7a37b8 | |
parent | fa16d59a54dd507c063860286a86df693ac98f14 [diff] |
Explicit logging import; was failing on CentOS 5.2
diff --git a/src/python/oftest/parse.py b/src/python/oftest/parse.py index d60940a..9a31666 100644 --- a/src/python/oftest/parse.py +++ b/src/python/oftest/parse.py
@@ -3,6 +3,7 @@ """ import sys +import logging from message import * from error import * from action import *