Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ReckonPrimer.tests/collection/test_perfect_minimum.py
diff options
context:
space:
mode:
Diffstat (limited to 'ReckonPrimer.tests/collection/test_perfect_minimum.py')
-rw-r--r--ReckonPrimer.tests/collection/test_perfect_minimum.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/ReckonPrimer.tests/collection/test_perfect_minimum.py b/ReckonPrimer.tests/collection/test_perfect_minimum.py
index 671072a..8e1134b 100644
--- a/ReckonPrimer.tests/collection/test_perfect_minimum.py
+++ b/ReckonPrimer.tests/collection/test_perfect_minimum.py
@@ -1,5 +1,4 @@
-# -*- coding: utf-8 -*-
-# (c) Michael Matschir 2009
+# -*- coding: UTF8 -*-
"""tests on collection class"""
class collection:
@@ -55,7 +54,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!