Browse Source

Start Python2 compatibility mode

pull/66/head
Luthaf 10 years ago
parent
commit
a17519bbea
  1. 1
      patacrep/latex/detex.py
  2. 2
      setup.py
  3. 2
      songbook

1
patacrep/latex/detex.py

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""Render `very simple` TeX commands in a simple TeX code."""
import logging

2
setup.py

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
"""Installation script for songbook.

2
songbook

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""Command line tool to compile songbooks using the songbook library."""

Loading…
Cancel
Save