Browse Source

Nettoyage des shebang et des modes de fichiers

pull/58/head
Luthaf 10 years ago
parent
commit
2dfd719319
  1. 1
      patacrep/authors.py
  2. 1
      patacrep/build.py
  3. 1
      patacrep/encoding.py
  4. 1
      patacrep/errors.py
  5. 3
      patacrep/files.py
  6. 1
      patacrep/index.py
  7. 1
      patacrep/plastex.py
  8. 1
      patacrep/plastex_patchedbabel.py
  9. 1
      patacrep/plastex_songs.py
  10. 1
      patacrep/songs.py
  11. 1
      patacrep/templates.py
  12. 3
      songbook

1
patacrep/authors.py

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Authors string management."""

1
patacrep/build.py

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Build a songbook, according to parameters found in a .sb file."""

1
patacrep/encoding.py

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""Dealing with encoding problems."""

1
patacrep/errors.py

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Songbook exceptions and errors."""

3
patacrep/files.py

@ -1,7 +1,4 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
"""File system utilities."""
from contextlib import contextmanager

1
patacrep/index.py

@ -1,4 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""Manage indexes.

1
patacrep/plastex.py

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""PlasTeX module to process song files."""

1
patacrep/plastex_patchedbabel.py

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
r"""Patch pour le paquet Babel de PlasTeX

1
patacrep/plastex_songs.py

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Module to process song LaTeX environment.

1
patacrep/songs.py

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Song management."""

1
patacrep/templates.py

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Template for .tex generation settings and utilities"""

3
songbook

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

Loading…
Cancel
Save