Code review comment for lp:~xnox/system-service/python3

Revision history for this message
Martin Pitt (pitti) wrote :

LGTM, except this bit:

65 - print (model, layout, variant, options)
66 + print((model, layout, variant, options))

which I assume is an overzealous 2to3 artifact. I'll revert that, and otherwise upload. Thanks!

review: Approve

« Back to merge proposal