diff options
author | Bob Ippolito <bob@redivi.com> | 2012-12-29 01:17:49 -0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2012-12-29 01:17:49 -0800 |
commit | 83a493db6a8b859ec7b10fa85365dd3fdf144c68 (patch) | |
tree | 88bbbfe2c7654f54a44b922f9cdc6eb7f24ce209 /.gitignore | |
parent | 7ed40f0f1f476595f4693a74a1074e5c2446a95e (diff) | |
download | simplejson-83a493db6a8b859ec7b10fa85365dd3fdf144c68.tar.gz |
try and use native Py3.3 unicode everywhere
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ *.egg *.pyc *.so +.DS_Store /MANIFEST /.coverage /coverage.xml |