~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/local-latency

  • Committer: Aaron Bentley
  • Date: 2011-08-04 19:19:42 UTC
  • mto: This revision was merged to the branch mainline in revision 13619.
  • Revision ID: aaron@canonical.com-20110804191942-6a008gyqjfvu8722
Use inspection to determine default arguments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
__metaclass__ = type
4
4
 
 
5
from optparse import OptionParser
5
6
import sys
6
7
import subprocess
7
8
 
8
9
from script_commands import (
9
10
    Command,
10
 
    OptionParser,
11
11
    UserError,
12
12
    )
13
13