Code review comment for lp:~jml/pkgme/split-write-packaging

Revision history for this message
James Westby (james-w) wrote :

67 + # Do these imports in the function to reduce the side-effects of importing
68 + # pkgme. This avoids the need for setup.py of the tool being packaged
69 + # from having to find all the imported dependencies when running the
70 + # extension pkgme_info setup.py command.

There's no imports in that function. Maybe it was supposed to be in the previous function?

Thanks,

James

review: Approve

« Back to merge proposal