~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/update-database-stats.py

Fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
from zope.component import getUtility
12
12
 
13
 
from lp.services.scripts import db_options
 
13
from canonical.launchpad.scripts import db_options
14
14
from canonical.launchpad.webapp.interfaces import (
15
15
    IStoreSelector, MAIN_STORE, MASTER_FLAVOR)
16
16
from lp.services.scripts.base import LaunchpadCronScript