Changeset 108 for adventure/thing.py

Show
Ignore:
Timestamp:
10/14/07 14:37:40 (3 years ago)
Author:
elghinn
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • adventure/thing.py

    r104 r108  
    4444                thing.send_message(fromresource, text) 
    4545   
    46     def on_enter(thing, from): 
     46    def on_enter(thing, from_): 
    4747        for c in each_element('on-enter'): 
    48             command(thing, c, [from]) 
     48            command(thing, c, [from_]) 
    4949 
    5050    def on_leave(thing, to):