~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to .bazaar/plugins/packaging_sorting.py

  • Committer: Andrea Bernabei
  • Date: 2016-07-07 15:21:03 UTC
  • mfrom: (1903.1.124 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160707152103-eaz1u4zpnyhlacwf
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                    future_revid, tree_delta, future_tree):
26
26
    """Ensure packaging has gone through wrap-and-sort command"""
27
27
 
 
28
    if (master.get_parent() is None):
 
29
        return
28
30
    if (master.get_parent().find("ubuntu-ui-toolkit") == -1):
29
31
        return
30
32