Changeset 8674 for branches/gajim_0.11.1/src/common
- Timestamp:
- 08/31/07 18:31:23 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/common/xmpp/commands.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/xmpp/commands.py
r5207 r8674 88 88 self._handlers[''][node]['execute'](conn,request) 89 89 else: 90 conn.send(Error(reque t,ERR_ITEM_NOT_FOUND))90 conn.send(Error(request,ERR_ITEM_NOT_FOUND)) 91 91 raise NodeProcessed 92 92
