Sha256: 6848766fca8793625faf669124613914f9650af0b83618dddc0465744a72a34f
Contents?: true
Size: 297 Bytes
Versions: 6
Compression:
Stored size: 297 Bytes
Contents
#!/usr/bin/env python try: import locale locale.setlocale(locale.LC_ALL, '') except: pass from transform import transform from docutils.writers.html4css1 import Writer def main(): return transform(writer=Writer(), part='html_body') if __name__ == '__main__': print(main())
Version data entries
6 entries across 6 versions & 1 rubygems