From db97438a415488eda218617cf161bfdf8e2c1586 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 18 Jul 2012 00:03:54 +0200 Subject: Just changing git repository of the package. --- test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/__init__.py b/test/__init__.py index 05ba3b2..1c5c139 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -41,7 +41,7 @@ def _create_input_test(test_src, tested_function): logging.debug("test_src['out'] = %s", unicode(test_src['out'])) self.assertEqual(got, want, """Result matches expected = %s - + observed = %s """ % (want, got)) -- cgit