diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2011-12-20 23:34:20 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2011-12-20 23:34:20 +0100 |
commit | cee95fcd35b04f88db4c4b9c342452dcf69acf38 (patch) | |
tree | 35ad06f7633f4c0e09d754f92b194f033ef9737c /setup.py | |
parent | 7e8666ef42172d5ab12e1bf314379f4231b136f4 (diff) | |
download | factory-boy-cee95fcd35b04f88db4c4b9c342452dcf69acf38.tar factory-boy-cee95fcd35b04f88db4c4b9c342452dcf69acf38.tar.gz |
Add utf8 file headers.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- from distutils.core import setup |