~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/reset_sequences.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from optparse import OptionParser
21
21
from canonical.database.postgresql import resetSequences
22
22
from canonical.database.sqlbase import connect
23
 
from canonical.launchpad.scripts import db_options
 
23
from lp.services.scripts import db_options
24
24
 
25
25
if __name__ == '__main__':
26
26
    parser = OptionParser()