From 7bb8d6219f7b38aad7516fd581981c73f803b1a9 Mon Sep 17 00:00:00 2001 From: Walther Neuper Date: Tue, 15 Dec 2009 09:01:35 +0000 Subject: renamed test_collection_MM091214.py --> est_perfect_minimum.py --- diff --git a/ReckonPrimer.tests/collection/test_collection_MM091214.py b/ReckonPrimer.tests/collection/test_perfect_minimum.py index 8e1134b..671072a 100644 --- a/ReckonPrimer.tests/collection/test_collection_MM091214.py +++ b/ReckonPrimer.tests/collection/test_perfect_minimum.py @@ -1,4 +1,5 @@ -# -*- coding: UTF8 -*- +# -*- coding: utf-8 -*- +# (c) Michael Matschir 2009 """tests on collection class""" class collection: @@ -54,7 +55,7 @@ el = root for n in co: el = el._data[n] -el.show(True) # gewähltes Element anzeigen +el.show(True) # gewähltes Element anzeigen # funktioniert! -- cgit v0.9.1