~maxb/udd/misc-tidying

« back to all changes in this revision

Viewing changes to icommon.py

  • Committer: Max Bowsher
  • Date: 2010-10-03 17:10:32 UTC
  • Revision ID: maxb@f2s.com-20101003171032-1qoj3vsmxnpmpzkd
Fix MemoryBranchStore.set_official prototype to match interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1367
1367
    def push_location(self, distro, release, pocket):
1368
1368
        raise NotImplementedError(self.push_location)
1369
1369
 
1370
 
    def set_official(self, distro, release, pocket, set_status=False):
 
1370
    def set_official(self, distro, release, pocket, set_status=False,
 
1371
            set_reviewer=False):
1371
1372
        raise NotImplementedError(self.set_official)
1372
1373
 
1373
1374