Merge branch 'master' into 'master'
Fix shebang for non-debian users See merge request nounous/cranspasswords!2
This commit is contained in:
commit
d578a7b40c
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
""" Configuration du client cranspasswords """
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
""" Configuration du client cranspasswords """
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
""" Configuration du client cranspasswords """
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
"""Serveur pour cranspasswords"""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
""" Configuration Serveur de cranspasswords.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
""" Configuration Serveur de cpasswords.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue