gooderp18绿色标准版
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

21 líneas
631B

  1. #!C:\odoobuild\WinPy64\python-3.12.3.amd64\python.exe
  2. # Copyright: This module has been placed in the public domain.
  3. """
  4. Adapt a word-processor-generated styles.odt for odtwriter use:
  5. Drop page size specifications from styles.xml in STYLE_FILE.odt.
  6. See https://docutils.sourceforge.io/docs/user/odt.html#page-size
  7. Provisional backwards compatibility stub (to be removed in Docutils >= 0.21).
  8. The actual code moved to the "docutils" library package and can be started
  9. with ``python -m docutils.writers.odf_odt.prepstyles``.
  10. """
  11. from docutils.writers.odf_odt import prepstyles
  12. if __name__ == '__main__':
  13. prepstyles.main()
上海开阖软件有限公司 沪ICP备12045867号-1