fixed a unicode problem caused by a wrongly placed docstring

This commit is contained in:
David Halter
2013-03-01 00:32:54 +04:30
parent 68a9cecb27
commit e3b33fc009

View File

@@ -1,10 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Unit tests to avoid errors of the past. Makes use of Python's ``unittest``
module.
"""
# -*- coding: utf-8 -*-
import unittest
import time
import functools