Changeset 139

Show
Ignore:
Timestamp:
04/26/08 16:27:19 (23 months ago)
Author:
elghinn
Message:

ça fonctionne mieux avec tous les imports

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • adventure/player.py

    r135 r139  
    2525from xmpp import Message, Presence, NS_MUC_USER, NS_VCARD, Node 
    2626 
     27from movable import Movable 
     28 
    2729class Player(Movable): 
    2830    def __init__(self, world, name, jid):