Changeset 65
- Timestamp:
- 05/07/07 19:40:10 (2 years ago)
- Files:
-
- tests/jmc/jabber/test_component.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tests/jmc/jabber/test_component.py
r61 r65 96 96 pass 97 97 98 class MockMailAccount( ):98 class MockMailAccount(object): 99 99 def _init(self): 100 100 self.connected = False
