diff rhodecode/lib/compat.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents d6cb805c92fd
children 89efedac4e6c
line wrap: on
line diff
--- a/rhodecode/lib/compat.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/lib/compat.py	Thu Dec 29 07:35:51 2011 +0200
@@ -4,11 +4,11 @@
     ~~~~~~~~~~~~~~~~~~~~
 
     Python backward compatibility functions and common libs
-    
-    
+
+
     :created_on: Oct 7, 2011
     :author: marcink
-    :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>    
+    :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
     :license: GPLv3, see COPYING for more details.
 """
 # This program is free software: you can redistribute it and/or modify
@@ -90,7 +90,7 @@
 class _odict(object):
     """Ordered dict data structure, with O(1) complexity for dict operations
     that modify one element.
-    
+
     Overwriting values doesn't change their original sequential order.
     """