~vila/udd/split-failures

« back to all changes in this revision

Viewing changes to list_packages.py

  • Committer: Vincent Ladeuil
  • Date: 2011-03-23 17:31:09 UTC
  • mto: This revision was merged to the branch mainline in revision 418.
  • Revision ID: v.ladeuil+lp@free.fr-20110323173109-cxm0id9b9a370mj2
Update mass-import to stay in sync with jubany.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from launchpadlib.errors import HTTPError
8
8
 
9
9
sys.path.insert(0, os.path.dirname(__file__))
10
 
from udd import icommon
 
10
import icommon
11
11
 
12
12
lock = icommon.lock_list_packages()
13
13
if lock is None: