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 *