Import pygrader, instead of pygrader.ENCODING.
authorW. Trevor King <wking@tremily.us>
Wed, 19 Sep 2012 21:37:33 +0000 (17:37 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 00:15:28 +0000 (20:15 -0400)
commit0e86695ed60c622960a2504e4d6bd14772afee60
tree43e12b08d777b28c1679e7fa74909d9401b7fa77
parent13dfcc5eedbd0e846667d11d986ed778f667312e
Import pygrader, instead of pygrader.ENCODING.

If your just import ENCODING, changing the value rebinds the local
copy, but other modules will still see the original value.
bin/pg.py
pygrader/storage.py