[Checkins] SVN: PluggableAuthService/branches/1.4/Extensions/upgrade.py Backported typo fix.

Stefan H. Holek stefan at epy.co.at
Sun Mar 25 11:40:26 EDT 2007


Log message for revision 73613:
  Backported typo fix.
  

Changed:
  U   PluggableAuthService/branches/1.4/Extensions/upgrade.py

-=-
Modified: PluggableAuthService/branches/1.4/Extensions/upgrade.py
===================================================================
--- PluggableAuthService/branches/1.4/Extensions/upgrade.py	2007-03-25 15:39:50 UTC (rev 73612)
+++ PluggableAuthService/branches/1.4/Extensions/upgrade.py	2007-03-25 15:40:26 UTC (rev 73613)
@@ -109,7 +109,7 @@
               , 'replaceRootUserFolder'
               , 'Replaced root acl_users with PluggableAuthService\n' )
 
-    transaction().savepoint(True)
+    transaction.savepoint(True)
 
 def _migrate_user( pas, login, password, roles ):
 



More information about the Checkins mailing list