Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
fix py2
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed May 12, 2015
1 parent de42dd9 commit 546f79a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/test_doctests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# coding: utf-8

"""
Secure JavaScript Login
~~~~~~~~~~~~~~~~~~~~~~~
:copyleft: 2015 by the secure-js-login team, see AUTHORS for more details.
:created: by JensDiemer.de
:license: GNU GPL v3 or above, see LICENSE for more details
"""

from __future__ import unicode_literals, print_function

import os
import unittest
import doctest
Expand Down

0 comments on commit 546f79a

Please sign in to comment.