diff decoupage/web.py @ 74:dd7d385e11ea

error and bump
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 28 Aug 2012 22:04:26 -0700
parents 12ee37017538
children 7db9d9b82a06
line wrap: on
line diff
--- a/decoupage/web.py	Thu Aug 23 23:19:07 2012 -0700
+++ b/decoupage/web.py	Tue Aug 28 22:04:26 2012 -0700
@@ -85,7 +85,7 @@
             except Exception, e:
                 # record the error, but persist
                 print >> sys.stderr, "Couldn't load formatter: %s" % formatter
-                print >> sts.stderr, e
+                print >> sys.stderr, e
                 continue
             self.formatters[formatter.name] = _formatter