Show
Ignore:
Timestamp:
05/02/09 16:44:28 (3 years ago)
Author:
John Hampton <pacopablo@…>
Children:
4e17a72f98bff34332fbca7853ac4aa7b854d997
Parents:
4bceacf6b979775083c8623c2906a66e95eefe48
git-committer:
John Hampton <pacopablo@pacopablo.com> / 2009-05-02T16:44:28Z-0700
Message:

Fleshed out framework. Begun implementation of IMAP email data source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resourcetotrac/resourcetotrac/email/api.py

    ref235ae rc8845e4  
    1515 
    1616# Local imports 
    17 from resourcetotrac.api import IResourceParser 
     17from resourcetotrac.api import IResourceParser, ITypeParser 
    1818 
    1919__all__ = [ 
     
    2828    """ Parse an email message """ 
    2929 
    30 class IEmailTypeParser(TypeParser): 
     30class IEmailTypeParser(ITypeParser): 
     31    """ Parse the resource type from the message """ 
Note: See TracChangeset for help on using the changeset viewer.