mailr15924 - /branches/uf_redesign/user_functions/objects.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 03, 2012 - 21:38:
Author: bugman
Date: Thu May  3 21:38:21 2012
New Revision: 15924

URL: http://svn.gna.org/viewcvs/relax?rev=15924&view=rev
Log:
Fix for the Uf_container.__mod_attr__ list.


Modified:
    branches/uf_redesign/user_functions/objects.py

Modified: branches/uf_redesign/user_functions/objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/objects.py?rev=15924&r1=15923&r2=15924&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/objects.py (original)
+++ branches/uf_redesign/user_functions/objects.py Thu May  3 21:38:21 2012
@@ -55,7 +55,7 @@
     """
 
     # The list of modifiable objects (anything else will be rejected to 
prevent coding errors).
-    self.__mod_attr__ = [
+    __mod_attr__ = [
             'title',
             'title_short',
             'backend',




Related Messages


Powered by MHonArc, Updated Thu May 03 21:40:02 2012