summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-03-26 23:45:29 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-03-26 23:45:29 +0100
commita1e5ff13c0573feb95c810e7e27cd30de97b8f21 (patch)
tree5e66243897dbfc738ce160007b34ea4efc39ac62 /tests/__init__.py
parent8a3127f394283b367f15f43328a1c8751982898f (diff)
downloadfactory-boy-a1e5ff13c0573feb95c810e7e27cd30de97b8f21.tar
factory-boy-a1e5ff13c0573feb95c810e7e27cd30de97b8f21.tar.gz
Update header years.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 5b6fc55..c73165f 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2011-2013 Raphaël Barrois
+# Copyright (c) 2011-2015 Raphaël Barrois
from .test_base import *
from .test_containers import *