~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/gina.py

  • Committer: William Grant
  • Date: 2012-01-01 03:13:08 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031308-ozhin5aaoxj5th20
scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
__metaclass__ = type
21
21
 
 
22
import _pythonpath
 
23
 
22
24
import sys
23
25
import time
24
26
 
25
 
import _pythonpath
26
27
import psycopg2
27
28
from zope.component import getUtility
28
29