~gz/+junk/unity-ppa-bugs

« back to all changes in this revision

Viewing changes to unity-ppa-bugs.py

  • Committer: Martin Packman
  • Date: 2012-08-03 13:26:36 UTC
  • Revision ID: martin.packman@canonical.com-20120803132636-cto43rno0xz56pd2
Tweak regexp string spelling

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    return unity.searchTasks(status=ANY_STATUS, tags=tags, order_by=['id'])
56
56
 
57
57
 
58
 
_pkg = re.compile("^Package: ([^ ]+) ([^ ]+)(?: \\[origin: ([^ ]+)\\])?$", re.M)
 
58
_pkg = re.compile(r"^Package: ([^ ]+) ([^ ]+)(?: \[origin: ([^ ]+)\])?$", re.M)
59
59
 
60
60
 
61
61
def parse_apport_package(bug):