changeset 3500:a76ab0130dbe beta

codecleaner
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 07 Mar 2013 15:06:40 +0100
parents be41cfcf5244
children 3d5f4d2f0826
files docs/theme/nature/static/pygments.css rhodecode/lib/middleware/wrapper.py
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/theme/nature/static/pygments.css	Thu Mar 07 15:05:46 2013 +0100
+++ b/docs/theme/nature/static/pygments.css	Thu Mar 07 15:06:40 2013 +0100
@@ -51,4 +51,4 @@
 .vc { color: #ff99ff } /* Name.Variable.Class */
 .vg { color: #ff99ff } /* Name.Variable.Global */
 .vi { color: #ff99ff } /* Name.Variable.Instance */
-.il { color: #009999 } /* Literal.Number.Integer.Long */
+.il { color: #009999 } /* Literal.Number.Integer.Long */
\ No newline at end of file
--- a/rhodecode/lib/middleware/wrapper.py	Thu Mar 07 15:05:46 2013 +0100
+++ b/rhodecode/lib/middleware/wrapper.py	Thu Mar 07 15:06:40 2013 +0100
@@ -44,4 +44,3 @@
                 _get_ip_addr(environ),
                 safe_unicode(_get_access_path(environ)), time.time() - start)
             )
-