Tim Foster wrote:

> http://cr.opensolaris.org/~timf/pkgdepend-smf-v4

smf_manifest.py:

  - line 92: space before close paren

  - line 159, et al: _() shouldn't include the arguments to the % operator,
    or it won't be able to be translated properly.  That is, this should
    read '_(".... %s") % results'.

dependencies.py:

  - line 232:

        pkg_attrs.setdefault(key, []).extend(attrs[key])

importer.py:

  - line 1627ff: what are the changes here for?

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to