~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/changeoverride.py

  • Committer: Francis J. Lacoste
  • Date: 2011-04-27 21:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 12971.
  • Revision ID: francis.lacoste@canonical.com-20110427214003-iiqhcyyswppyqjsx
Change the default timeout to production value, improved options documentation and use only one bin above timeout value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
class ArchiveOverriderError(SoyuzScriptError):
26
26
    """ArchiveOverrider specific exception.
27
27
 
28
 
    Mostly used to describe errors in the initialization of this object.
 
28
    Mostly used to describe errors in the initialisation of this object.
29
29
    """
30
30
 
31
31