~inspirated/arsenal/bug-patcher

« back to all changes in this revision

Viewing changes to scripts/match-upstream.py

  • Committer: Kamran Riaz Khan
  • Date: 2010-08-13 02:10:45 UTC
  • Revision ID: krkhan@inspirated.com-20100813021045-6glg05m8er3ixwbb
Cleaned up the library to provide LaunchpadApplication and
LaunchpadBugzillaApplication

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from pprint import PrettyPrinter
11
11
from urllib import urlencode
12
12
 
13
 
from arsenal.lp_bz_app import LaunchpadBugzillaApp
 
13
from arsenal.application import LaunchpadBugzillaApplication
14
14
from lpltk.bug import Bug
15
15
 
16
 
class MatchUpstream(LaunchpadBugzillaApp):
 
16
class MatchUpstream(LaunchpadBugzillaApplication):
17
17
    flagnames = ('DEBUG',)
18
18
 
19
19
    modifiers = ('bzuser',