Sign up for a GitHub account Sign in All Gists public qpfiffer / qpfifferstuff.patch Created 2014-05-30 Path for logpurge. Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist qpfifferstuff.patch Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 From ff762c18533097f528899f2d1d2a83a6eba2d8ca Mon Sep 17 00:00:00 2001 From: Quinlan Pfiffer <qpfiffer@gmail.com> Date: Fri, 30 May 2014 11:14:49 -0700 Subject: [PATCH] Improvements from production. - Moved regex to single expression. WOOOOO! - Sorted output. --- logpurge/__init__.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/logpurge/__init__.p...