Took out some useless code and imports left in after testing this.

This commit is contained in:
Griatch 2009-05-01 06:42:37 +00:00
parent 119f5f6d49
commit ba623af351

View file

@ -18,8 +18,6 @@ from game.gamesrc.parents.base.basicobject import BasicObject
# - this is as good a place as any.
import game.gamesrc.events.example
#import game.gamesrc.events.eventSystem
#
#commands on the button object
#
@ -101,10 +99,6 @@ class RedButton(BasicObject):
obj.set_attribute("count",count)
obj.get_location().emit_to_contents(s)
def update_tick(self):
self.blink()
def class_factory(source_obj):
"""
This method is called by any script you retrieve (via the scripthandler). It