diff rhodecode/model/__init__.py @ 1755:1088ded6e602 beta

implements #239 manual marking of repos as forks for admins
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 05 Dec 2011 03:29:05 +0200
parents 47c2a006d43b
children 6c86c987cf93
line wrap: on
line diff
--- a/rhodecode/model/__init__.py	Sun Dec 04 23:44:25 2011 +0200
+++ b/rhodecode/model/__init__.py	Mon Dec 05 03:29:05 2011 +0200
@@ -89,5 +89,4 @@
         else:
             if instance:
                 raise Exception('given object must be int or Instance'
-                                ' of %s got %s' % (type(cls),
-                                                   type(instance)))
+                                ' of %s got %s' % (type(cls), type(instance)))