~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/check-content-interfaces.py

  • Committer: William Grant
  • Date: 2012-01-01 03:10:25 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031025-pcl0na3sbgfrztcw
utilities

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
from zope.interface import implementedBy
43
43
from zope.interface.exceptions import (
44
 
    BrokenImplementation, BrokenMethodImplementation)
 
44
    BrokenImplementation,
 
45
    BrokenMethodImplementation,
 
46
    )
45
47
from zope.interface.verify import verifyClass
46
48
 
 
49
 
47
50
all_model_names = 'Some miracle process'
48
51
 
49
52
def check_content_classes():