Skip to content

Commit

Permalink
coding: utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Jun 16, 2015
1 parent 65a1a15 commit 4bc6ec9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions django_nose/__init__.py
@@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals

VERSION = (1, 4, 0)
Expand Down
1 change: 1 addition & 0 deletions django_nose/management/commands/test.py
@@ -1,3 +1,4 @@
# coding: utf-8
"""
Add extra options from the test runner to the ``test`` command, so that you can
browse all the nose options from the command line.
Expand Down
1 change: 1 addition & 0 deletions django_nose/plugin.py
@@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals

import sys
Expand Down
1 change: 1 addition & 0 deletions django_nose/runner.py
@@ -1,3 +1,4 @@
# coding: utf-8
"""Django test runner that invokes nose.
You can use... ::
Expand Down
1 change: 1 addition & 0 deletions django_nose/testcases.py
@@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals

from django import test
Expand Down
1 change: 1 addition & 0 deletions django_nose/tools.py
@@ -1,3 +1,4 @@
# coding: utf-8
# vim: tabstop=4 expandtab autoindent shiftwidth=4 fileencoding=utf-8

"""
Expand Down
1 change: 1 addition & 0 deletions django_nose/utils.py
@@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals


Expand Down

0 comments on commit 4bc6ec9

Please sign in to comment.