]> git.donarmstrong.com Git - dak.git/commit
Get rid of non ascii character in source file.
authorMike O'Connor <stew@vireo.org>
Wed, 14 Jan 2009 16:14:17 +0000 (11:14 -0500)
committerMike O'Connor <stew@vireo.org>
Wed, 14 Jan 2009 16:14:17 +0000 (11:14 -0500)
commit9a77e1a44e382320590555595acb0ed486f629b9
tree2739c68136a7a95a45ec7e26550adec23bccc897
parentb1161cd16a1079a0432c57a058cb2c47f0aba4f0
Get rid of non ascii character in source file.

There was a ß in utils.py that I think was supposed to be a 0.  Either it needs
to be changed to a 0 or the character encoding needs to be declared at the top
of the source file.  I opted to change the character to a 0.

Signed-off-by: Mike O'Connor <stew@vireo.org>
daklib/utils.py