~dosage-dev/dosage/test-mode

« back to all changes in this revision

Viewing changes to dosage/idosage.py

  • Committer: ns
  • Date: 2009-12-01 06:47:33 UTC
  • Revision ID: ns@ww1aviationlinks.cjb.net-20091201064733-wqy9o7lggwhd36o3
repairĀ forĀ Lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from zope.interface import Interface
2
 
 
3
 
 
4
 
class IScraper(Interface):
5
 
    """
6
 
    I implement a screen-scraping mechanism for traversing web comics and
7
 
    retrieving the content.
8
 
    """