Code review comment for lp:~kfogel/launchpad/cc-script-update-reference

Revision history for this message
Barry Warsaw (barry) wrote :

I was glad to see this in the script:

# -*- coding: utf-8 -*-

:)

BTW, when/if we can target nothing earlier than Python 2.6, you can add this import statement and get rid of all those ugly u-prefixes on your strings.

from __future__ import unicode_literals

review: Approve (code)

« Back to merge proposal