Merge branch 'master' into 'master'

Fix shebang for non-debian users

See merge request nounous/cranspasswords!2
This commit is contained in:
Fardale 2018-03-11 12:52:59 +01:00
commit d578a7b40c
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- encoding: utf-8 -*-
"""Gestion centralisée des mots de passe avec chiffrement GPG

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- encoding: utf-8 -*-
""" Configuration du client cranspasswords """

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- encoding: utf-8 -*-
""" Configuration du client cranspasswords """

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- encoding: utf-8 -*-
""" Configuration du client cranspasswords """

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- encoding: utf-8 -*-
"""Serveur pour cranspasswords"""

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- encoding: utf-8 -*-
""" Configuration Serveur de cranspasswords.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- encoding: utf-8 -*-
""" Configuration Serveur de cpasswords.