diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2012-12-15 15:51:24 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2012-12-15 15:51:24 +0100 |
commit | af5e4b82c51b50d2071ffdb2397c1cc5ba8b50b1 (patch) | |
tree | 09ed219d0d6a7f582ca1f388315fb9dd2070a7a7 /.gitignore | |
parent | c5bc1ed20dc4e097b41fb960d950cbb61db5e8c0 (diff) |
Fixed unicode errors.
All strings are now sent to sqlalchemy as unicode objects, and received
as str objects.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ *.pyc /config /cache +/*.db |