From 177c566ecae8a20750aa80d081e681137f8f9d51 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 4 Jun 2015 13:43:31 -0400 Subject: Replace pecan's homegrown interactive debugging middleware with backlash backlash is a port of Werkzeug's debugger middleware to Webob. It has no additional dependencies beyond Webob and is being used by the TurboGears2 team as an alternative to the antiquated Paste/WebError. Leveraging this as an *optional* dependency to pecan would: * Remove a sizable chunk of code from pecan, some of which is embedded JavaScript that packagers have traditionally balked at. * Improve the interactive debugging experience for developers in a very meaningful way (the Werkzeug-based middleware provides features like an in-browser console debugger, the ability to load source code on a frame-by-frame basis). * Improve the unified debugging experience amongst several popular Python frameworks (some form of the debugging interface will be in use by Flask, Pecan, and TurboGears2). Change-Id: I85f50f677c6052bd2afd32811dedf33835135e12 --- pecan/middleware/resources/pecan.png | Bin 4454 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 pecan/middleware/resources/pecan.png (limited to 'pecan/middleware/resources/pecan.png') diff --git a/pecan/middleware/resources/pecan.png b/pecan/middleware/resources/pecan.png deleted file mode 100644 index 16f2490..0000000 Binary files a/pecan/middleware/resources/pecan.png and /dev/null differ -- cgit v1.2.1