From dbd89c7514edc93915cc12b535d875f94e4f3109 Mon Sep 17 00:00:00 2001 From: flavio Date: Sun, 12 Aug 2012 20:26:04 +0000 Subject: Correcciones y actualizacion a sugar 0.94 --- (limited to 'Ficha_Bicho.py') diff --git a/Ficha_Bicho.py b/Ficha_Bicho.py index 19c0346..de6eb68 100644 --- a/Ficha_Bicho.py +++ b/Ficha_Bicho.py @@ -19,7 +19,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -import pygame, gc +import pygame +import gc + from pygame.locals import * gc.enable() @@ -89,7 +91,7 @@ class Ficha_Bicho(pygame.sprite.OrderedUpdates): hidratacion = "HidrataciĆ³n: %s" % (self.bicho.sed) if hidratacion != self.label_sed.get_text(): self.label_sed.set_text(texto= hidratacion) - self.barra_hidratacion.set_valor(self.bicho.sed) + self.barra_hidratacion.set_valor(self.bicho.sed) self.circulo.rect.center= self.bicho.rect.center -- cgit v0.9.1