summaryrefslogtreecommitdiff
path: root/python/backlash/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-21 21:32:10 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-02 01:02:23 +0700
commit3cf3c61c1554351b43fc9c2d30edb6c071d21cb0 (patch)
treed3fddb25a220d4b97506fe336085d54df2de4652 /python/backlash/README
parenta441795736c91c8ef40e7898394f921d9246e51d (diff)
downloadslackbuilds-3cf3c61c1554351b43fc9c2d30edb6c071d21cb0.tar.gz
python/backlash: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/backlash/README')
-rw-r--r--python/backlash/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/python/backlash/README b/python/backlash/README
index e996c192aa..8c51e16ce3 100644
--- a/python/backlash/README
+++ b/python/backlash/README
@@ -2,9 +2,12 @@ Backlash supports both debugging applications on crash and realtime
console, both are based on the Werkzeug Debugger and adapted to work
with WebOb.
-backlash is a swiss army knife for web applications debugging, which provides:
- An Interactive In Browser Debugger based on a Werkzeug Debugger fork ported to WebOb
+backlash is a swiss army knife for web applications debugging, which
+provides:
+ An Interactive In Browser Debugger based on a Werkzeug Debugger fork
+ ported to WebOb
Crash reporting by email and on Sentry
Slow requests reporting by email and on Sentry.
-Backlash was born as a replacement for WebError in TurboGears2.3 versions.
+Backlash was born as a replacement for WebError in TurboGears2.3
+versions.