pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

png not showing in admin #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In ext/pylons/maps.py, line 191 should be:
fd = open(filepath, 'rb')
instead of
fd = open(filepath)

Original issue reported on code.google.com by sec....@gmail.com on 10 Mar 2009 at 2:32

GoogleCodeExporter commented 9 years ago
Silly windows. :)  Applied in r723.  Thanks!

Original comment by jbel...@gmail.com on 10 Mar 2009 at 2:44