~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/database/sqlbase.py

  • Committer: Gavin Panella
  • Date: 2010-08-23 10:57:10 UTC
  • mto: This revision was merged to the branch mainline in revision 11495.
  • Revision ID: gavin.panella@canonical.com-20100823105710-vdhqnhk9uwzkspgc
Oops, fix English.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
    def __storm_invalidated__(self):
270
270
        """Flush cached properties."""
271
271
        # XXX: RobertCollins 2010-08-16 bug=622648: Note this is not directly
272
 
        # tested; but the entire test suite blows up awesomely if its broken.
 
272
        # tested, but the entire test suite blows up awesomely if it's broken.
273
273
        # It's entirely unclear where tests for this should be.
274
274
 
275
275
        # While canonical.cachedproperty and lp.services.propertycache are