summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2011-12-21 01:43:16 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2011-12-21 01:43:16 +0100
commit055c40b9919d2d3786cc86988722125a26b338b0 (patch)
tree2e23e86352e353773543071dd43fd232cf2f68b7
parentdec51532eece79831f055d9c4761c123f762812d (diff)
downloadfactory-boy-055c40b9919d2d3786cc86988722125a26b338b0.tar
factory-boy-055c40b9919d2d3786cc86988722125a26b338b0.tar.gz
Add encoding header.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r--factory/base.py1
-rw-r--r--factory/containers.py1
-rw-r--r--factory/declarations.py1
-rw-r--r--tests/__init__.py1
-rw-r--r--tests/test_base.py1
-rw-r--r--tests/test_containers.py1
-rw-r--r--tests/test_declarations.py1
7 files changed, 7 insertions, 0 deletions
diff --git a/factory/base.py b/factory/base.py
index 17da43c..0a89e3f 100644
--- a/factory/base.py
+++ b/factory/base.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#
diff --git a/factory/containers.py b/factory/containers.py
index 17f1c6e..d52ca05 100644
--- a/factory/containers.py
+++ b/factory/containers.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#
diff --git a/factory/declarations.py b/factory/declarations.py
index a5f85c0..b9eaf04 100644
--- a/factory/declarations.py
+++ b/factory/declarations.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#
diff --git a/tests/__init__.py b/tests/__init__.py
index 51d9a6e..14f1e9d 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2011 Raphaël Barrois
from .test_base import *
diff --git a/tests/test_base.py b/tests/test_base.py
index d66148a..68451f3 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#
diff --git a/tests/test_containers.py b/tests/test_containers.py
index 7dd6758..34b61d4 100644
--- a/tests/test_containers.py
+++ b/tests/test_containers.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#
diff --git a/tests/test_declarations.py b/tests/test_declarations.py
index 2d77e1a..dcee38b 100644
--- a/tests/test_declarations.py
+++ b/tests/test_declarations.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#