[Oval-commits] r201 - in trunk/oval-agent: . oval

Pavel Vinogradov blaze-guest at alioth.debian.org
Thu Aug 23 16:07:31 UTC 2007


Author: blaze-guest
Date: 2007-08-23 16:07:31 +0000 (Thu, 23 Aug 2007)
New Revision: 201

Added:
   trunk/oval-agent/ovalHttpClient/
Removed:
   trunk/oval-agent/oval/ovalHttpClient/
Modified:
   trunk/oval-agent/oval-agent.py
Log:
Undo 199 and 200

Modified: trunk/oval-agent/oval-agent.py
===================================================================
--- trunk/oval-agent/oval-agent.py	2007-08-23 15:59:00 UTC (rev 200)
+++ trunk/oval-agent/oval-agent.py	2007-08-23 16:07:31 UTC (rev 201)
@@ -13,7 +13,7 @@
 import os, logging, sys
 import getopt
 import traceback, exceptions
-from ovalHttpClient import ovalHttpClient
+from oval.ovalHttpClient import ovalHttpClient
 
 class configNotFoundError (Exception):
 	pass
@@ -126,4 +126,4 @@
 		raise e
 	except Exception, e:
 		sys.stderr.write('Unhandled error during execution: %s : %s.' % (e.__class__, str(e)))
-		traceback.print_exc()
\ No newline at end of file
+		traceback.print_exc()

Copied: trunk/oval-agent/ovalHttpClient (from rev 199, trunk/oval-agent/ovalHttpClient)




More information about the Oval-commits mailing list