[Oval-commits] r135 - trunk/tools/oval

Javier Fernandez-Sanguino Pen~a jfs at alioth.debian.org
Mon Aug 13 19:39:36 UTC 2007


Author: jfs
Date: 2007-08-13 19:39:36 +0000 (Mon, 13 Aug 2007)
New Revision: 135

Added:
   trunk/tools/oval/__init__.py
Log:
Added file needed for the module to work

Added: trunk/tools/oval/__init__.py
===================================================================
--- trunk/tools/oval/__init__.py	                        (rev 0)
+++ trunk/tools/oval/__init__.py	2007-08-13 19:39:36 UTC (rev 135)
@@ -0,0 +1,14 @@
+#
+# __init__.py: defines this directory as the 'oval' package
+#
+######################################################################
+#
+# (c) 2007 Pavel Vinogradov                                                                                                       
+# Licensed under the GNU General Public License version 2.
+#
+######################################################################
+
+__all__ = ['definition', 'parser']
+__version__ = 0.41
+
+




More information about the Oval-commits mailing list