[Libreoffice-commits] core.git: Access2Base - Support API from Python
Stephan Bergmann
sbergman at redhat.com
Wed Aug 14 09:27:58 UTC 2019
On 14/08/2019 10:00, Jean-Pierre Ledure wrote:
> Indeed the <http://www.access2base.com> link points today to the
> documentation of the library as implemented in the CURRENT releases
> (6.2/6.3).
>
> Today you can find the draft documentation of the new (6.4)
> functionalities on <http://www.access2base.com/6.4/access2base.html>_
> and
> _<http://www.access2base.com/6.4/access2base.html#%5B%5BAccess2Base%20and_Python%5D%5D>.
>
> Those pages will replace the actual information as soon as LO 6.4 will
> be Beta-released. The comments stored in the sources will be correct at
> that time.
Thanks. Any answer for the shebang question (repeated below)?
>> diff --git a/wizards/source/access2base/access2base.py b/wizards/source/access2base/access2base.py
>> new file mode 100644
>> index 000000000000..ce20e70e210a
>> --- /dev/null
>> +++ b/wizards/source/access2base/access2base.py
>> @@ -0,0 +1,1448 @@
>> +#!/usr/bin/python
>
> Seeing follow-up <https://gerrit.libreoffice.org/plugins/gitiles/core/+/36432802bc955bed05fb87bef8053bd3b06411f0%5E!/> "fix shebang of wizards/source/access2base/access2base.py": Does it even make sense to have a shebang line, so that it can be executed directly? The docstring below suggests that it should be imported as a Python library, so wouldn't need one?
More information about the LibreOffice
mailing list