<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -107,17 +107,21 @@ class MainDialog(QDialog, Ui_MainDlg):
 	def zahlen(self):
 		&quot;&quot;&quot;
 		Diese Methode zaehlt die Teammitglieder und gibt die 
-		Anzahl an Lauusen und Marienkaefern zurueck.
+		Anzahl an L&#228;usen und Marienkaefern zurueck.
 		&quot;&quot;&quot;
 		l_c = 0
 		m_c = 0
+#Ab hier ist ein Fehler... Warum werden die M nicht richt
+#gez&#228;hlt?
 		for i in self.tierlist:
 			if not i:
 				continue
 			if i.name == &quot;l&quot;:
-				l_c += 1
+				l_c += 1 ; print &quot;laus&quot;
 			elif i.name == &quot;m&quot;:
-				m_c += 1
+				m_c += 1 ; print &quot;k&#228;fer&quot;
+			else: 
+				print &quot;slkdjflk&#246;asdjflkjsde&#246;lfj&#246;lksjdf&quot;
 		
 		return l_c, m_c
 	
@@ -147,8 +151,8 @@ class MainDialog(QDialog, Ui_MainDlg):
 		print output_string
 		
 		
-		l_c, m_c = self.zahlen()
-		
+		l_c, m_c = self.zahlen();        print &quot;L&#196;USE: %d&quot; % l_c;        print &quot;K&#196;FER:%d &quot; % m_c
+        
 		self.lcdNumber_l.display(l_c)
 		self.lcdNumber_m.display(m_c)
 		</diff>
      <filename>raeuber-beute/rb.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c0af73e61df5536cb78bed25dc1a1698e9951d4a</id>
    </parent>
  </parents>
  <author>
    <name>U-LAPTOP-NIQ\Carsten Niehaus</name>
    <email>Carsten Niehaus@laptop-niq.(none)</email>
  </author>
  <url>http://github.com/cniehaus/biotools/commit/d5f683c3972d5c3a3d2e45f9a7c591b4cf9dbbee</url>
  <id>d5f683c3972d5c3a3d2e45f9a7c591b4cf9dbbee</id>
  <committed-date>2009-06-04T06:49:42-07:00</committed-date>
  <authored-date>2009-06-04T06:49:42-07:00</authored-date>
  <message>Fehler von Margitta gefunden</message>
  <tree>18e9e0f9e2a5c6655f49befc424f71ae71515259</tree>
  <committer>
    <name>U-LAPTOP-NIQ\Carsten Niehaus</name>
    <email>Carsten Niehaus@laptop-niq.(none)</email>
  </committer>
</commit>
