Changeset 110:91f4f018db82 for imapclient/__init__.py
- Timestamp:
- 12/17/09 12:16:29 (2 years ago)
- Branch:
- default
- Parents:
- 109:bfb2aabc0b11 (diff), 89:2055309341f1 (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. - Files:
-
- 2 modified
-
imapclient/__init__.py (modified) (1 diff)
-
imapclient/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imapclient/__init__.py
r103 r110 1 __version__ = '0.5 '1 __version__ = '0.5.1' 2 2 __author__ = 'Menno Smits <menno@freshfoo.com>' 3 3 -
imapclient/__init__.py
r88 r110 3 3 4 4 from imapclient import * 5 from response_parser import * 5 6 6 7
