~bzr/ubuntu/intrepid/bzr-svn/bzr-ppa

« back to all changes in this revision

Viewing changes to cache.py

  • Committer: John Arbash Meinel
  • Date: 2008-08-25 21:07:15 UTC
  • mfrom: (309.1.2 debian)
  • Revision ID: john@arbash-meinel.com-20080825210715-gjow5e72oo981g23
Merge in Jelmer's latest updates to bzr-svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    def _create_table(self):
99
99
        pass
100
100
 
101
 
    def mutter(self, text, *args):
 
101
    @staticmethod
 
102
    def mutter(text, *args):
102
103
        if "cache" in debug.debug_flags:
103
104
            mutter(text, *args)