Last active 1728456245

nithir's Avatar nithir revised this gist 1728456245. Go to revision

1 file changed, 4 insertions

header.py(file created)

@@ -0,0 +1,4 @@
1 + #!/usr/bin/env python2.6
2 + #coding:utf-8
3 +
4 + from __future__ import unicode_literals #gestion de l'unicode au niveau des donnée
Newer Older