diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/vbaconf-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/vbaconf-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,258 @@ + + + + + vbaconf + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package vbaconf + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Package vbaconf

source code

+Helper to convert delivery.xml and prep.xml to VirtualBuildArea +configuration file.

+ + + + + + + + +
+ + + + + +
Submodules[hide private]
+
+
    +
  • vbaconf.new_delivery: Helper to convert delivery.xml and prep.xml to VirtualBuildArea +configuration file.
  • +
+ +
+ + + + + + + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + AbstractConfigConverter +
+   + + ConfigConverter +
+   + + ConfigConverterNewDelivery +
+ + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
cleanup_path(path)
+ Returns path without any sequence of '/' and replacing '' by '/'
+ source code + +
+ +
+   + + + + + + +
generate_config(deliveryinput, + prepinput)
+ deliveryinput: path to delivery conf file (old format).
+ source code + +
+ +
+ + + + + + +
+ + + + + +
Function Details[hide private]
+
+ +
+ +
+ + +
+

generate_config(deliveryinput, + prepinput) +

+
source code  +
+ + deliveryinput: path to delivery conf file (old format). +prepinput: path to the prep conf file. +Return XML Document object. +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +