Changeset 124:d7a052462308 for imapclient
- Timestamp:
- 01/24/10 19:38:23 (2 years ago)
- Branch:
- default
- Parents:
- 100:b9d2fe09e5fd (diff), 123:e6c0e6b5fb15 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- imapclient
- Files:
-
- 1 removed
- 2 modified
-
__init__.py (modified) (1 diff)
-
__init__.py (modified) (1 diff)
-
test/test_FetchParser.py (deleted)
Legend:
- Unmodified
- Added
- Removed
-
imapclient/__init__.py
r100 r124 3 3 4 4 from imapclient import * 5 from response_parser import * 5 6 6 7 -
imapclient/__init__.py
r110 r124 1 __version__ = '0.5. 1'1 __version__ = '0.5.2' 2 2 __author__ = 'Menno Smits <menno@freshfoo.com>' 3 3
