summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2011-12-20 23:34:20 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2011-12-20 23:34:20 +0100
commitcee95fcd35b04f88db4c4b9c342452dcf69acf38 (patch)
tree35ad06f7633f4c0e09d754f92b194f033ef9737c
parent7e8666ef42172d5ab12e1bf314379f4231b136f4 (diff)
downloadfactory-boy-cee95fcd35b04f88db4c4b9c342452dcf69acf38.tar
factory-boy-cee95fcd35b04f88db4c4b9c342452dcf69acf38.tar.gz
Add utf8 file headers.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r--factory/__init__.py2
-rw-r--r--setup.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/factory/__init__.py b/factory/__init__.py
index 017daf0..e02a7ce 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -1,4 +1,6 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
+# Copyright (c) 2011 Raphaël Barrois
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/setup.py b/setup.py
index 1e83cf3..5d9e8c4 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@
#!/usr/bin/python
+# -*- coding: utf-8 -*-
from distutils.core import setup