~coverity-launchpad-sync-tool-team/coverity-launchpad-sync-tool/trunk

« back to all changes in this revision

Viewing changes to covlpsync/covlpsync.py

  • Committer: Allan LeSage
  • Date: 2012-10-09 18:10:24 UTC
  • Revision ID: allan.lesage@canonical.com-20121009181024-u1obj6sqbpf3m7r4
Some temporary fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    pass
19
19
 
20
20
 
 
21
class CoverityError(Exception):
 
22
    pass
 
23
 
 
24
 
21
25
class Syncer():
22
26
    def __init__(self, 
23
27
                 cov_host=settings.COV_HOST,