From e3b33fc00937ed96a1322158fd66049778d6cca0 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 1 Mar 2013 00:32:54 +0430 Subject: [PATCH] fixed a unicode problem caused by a wrongly placed docstring --- test/regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regression.py b/test/regression.py index fa20d5e3..8f01ea14 100755 --- a/test/regression.py +++ b/test/regression.py @@ -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