~mgorven/ibid/irc-quit-343790

« back to all changes in this revision

Viewing changes to ibid/__init__.py

  • Committer: Stefano Rivera
  • Date: 2009-03-05 14:49:50 UTC
  • mfrom: (551.6.11 rfc-plugin-330864)
  • Revision ID: stefano@rivera.za.net-20090305144950-xp8xmoj8u693lsqq
RFC Parser with file downloading and caching infrastructure.
https://code.edge.launchpad.net/~stefanor/ibid/rfc-plugin-330864/+merge/4040

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
class SourceException(IbidException):
84
84
    pass
85
85
 
 
86
class ConfigException(Exception):
 
87
    pass
 
88
 
86
89
# vi: set et sta sw=4 ts=4: