Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ReckonPrimer.tests/collection/test_perfect_minimum.py (renamed from ReckonPrimer.tests/collection/test_collection_MM091214.py)5
1 files changed, 3 insertions, 2 deletions
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!