diff rhodecode/lib/dbmigrate/migrate/versioning/util/__init__.py @ 1203:6832ef664673 beta

source code cleanup: remove trailing white space, normalize file endings
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Apr 2011 18:23:15 +0200
parents 08d2dcd71666
children a76e9bacbedc
line wrap: on
line diff
--- a/rhodecode/lib/dbmigrate/migrate/versioning/util/__init__.py	Sun Apr 03 12:43:29 2011 +0200
+++ b/rhodecode/lib/dbmigrate/migrate/versioning/util/__init__.py	Sun Apr 03 18:23:15 2011 +0200
@@ -22,7 +22,7 @@
     """Import module and use module-level variable".
 
     :param dotted_name: path to model in form of string: ``some.python.module:Class``
-    
+
     .. versionchanged:: 0.5.4
 
     """
@@ -54,9 +54,9 @@
 
 def guess_obj_type(obj):
     """Do everything to guess object type from string
-    
+
     Tries to convert to `int`, `bool` and finally returns if not succeded.
-    
+
     .. versionadded: 0.5.4
     """
 
@@ -81,7 +81,7 @@
 @decorator
 def catch_known_errors(f, *a, **kw):
     """Decorator that catches known api errors
-    
+
     .. versionadded: 0.5.4
     """