summaryrefslogtreecommitdiff
path: root/tests/test_django.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_django.py')
-rw-r--r--tests/test_django.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_django.py b/tests/test_django.py
index f3eac10..fd4e044 100644
--- a/tests/test_django.py
+++ b/tests/test_django.py
@@ -1,6 +1,6 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaƫl Barrois
+# This code is distributed under the two-clause BSD License.
try: # pragma: no cover
import unittest2 as unittest