Fix shebang for non-debian users

This commit is contained in:
Jean-Baptiste Daval 2018-03-10 19:27:47 +01:00
parent e53e756e3f
commit a5a78c66f7
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 -*-
""" 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 """