# HG changeset patch # User Marcin Kuzminski # Date 2013-03-07 14:06:40 # Node ID a76ab0130dbe8ab8e61b82e79b6975c129c9b674 # Parent be41cfcf5244deb02e0962288f7d8dcfae566820 codecleaner diff --git a/docs/theme/nature/static/pygments.css b/docs/theme/nature/static/pygments.css --- a/docs/theme/nature/static/pygments.css +++ b/docs/theme/nature/static/pygments.css @@ -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 diff --git a/rhodecode/lib/middleware/wrapper.py b/rhodecode/lib/middleware/wrapper.py --- a/rhodecode/lib/middleware/wrapper.py +++ b/rhodecode/lib/middleware/wrapper.py @@ -44,4 +44,3 @@ class RequestWrapper(object): _get_ip_addr(environ), safe_unicode(_get_access_path(environ)), time.time() - start) ) -