Merge pull request #4 from chebee7i/syntaxerror

Fix syntax error in Python 3: u'' -> ''. Also add .gitignore.
This commit is contained in:
Lance Hepler 2013-09-09 12:06:14 -07:00
commit e4311a3590
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.pyc
__pycache__
*~
.DS_Store
build/*