~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/pgkillactive.py

  • Committer: Ian Booth
  • Date: 2011-12-23 13:48:28 UTC
  • mto: This revision was merged to the branch mainline in revision 14595.
  • Revision ID: ian.booth@canonical.com-20111223134828-i6tlk56o433bstng
Write tests to ensure limited view permission for teams works with the API

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
from optparse import OptionParser
14
14
import os
 
15
import psycopg2
15
16
import signal
16
17
import sys
17
18
import time
18
19
 
19
 
import psycopg2
20
 
 
21
20
 
22
21
def main():
23
22
    parser = OptionParser()