Access2Base - Support API from Python
access2base.py if the Python wrapper to be imported in user scripts. Make file adapted to copy access2base.py in $INSTDIR/program directory File can be found by user scripts on PYTHONPATH Change-Id: Icb62f76d6e9df1110b70471178127c60a4dd46d0
This commit is contained in:
parent
63128dd267
commit
f8d6c00d4c
2 changed files with 1452 additions and 0 deletions
|
@ -56,4 +56,8 @@ $(eval $(call gb_Package_add_files,wizards_basicsrvaccess2base,$(LIBO_SHARE_FOLD
|
||||||
Utils.xba \
|
Utils.xba \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_Package_add_files,wizards_basicsrvaccess2base,$(LIBO_LIB_PYUNO_FOLDER),\
|
||||||
|
access2base.py \
|
||||||
|
))
|
||||||
|
|
||||||
# vim: set noet sw=4 ts=4:
|
# vim: set noet sw=4 ts=4:
|
||||||
|
|
1448
wizards/source/access2base/access2base.py
Normal file
1448
wizards/source/access2base/access2base.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue