commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8908 - trunk/gnue-forms/src/GFObjects


From: reinhard
Subject: [gnue] r8908 - trunk/gnue-forms/src/GFObjects
Date: Mon, 23 Oct 2006 08:44:15 -0500 (CDT)

Author: reinhard
Date: 2006-10-23 08:44:15 -0500 (Mon, 23 Oct 2006)
New Revision: 8908

Modified:
   trunk/gnue-forms/src/GFObjects/GFBlock.py
Log:
Even more reformatting.


Modified: trunk/gnue-forms/src/GFObjects/GFBlock.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFBlock.py   2006-10-23 13:37:52 UTC (rev 
8907)
+++ trunk/gnue-forms/src/GFObjects/GFBlock.py   2006-10-23 13:44:15 UTC (rev 
8908)
@@ -42,7 +42,8 @@
 
 class DatasourceNotFoundError(GParser.MarkupError):
     def __init__(self, source, block):
-        msg = u_("Datasource '%(datasource)s' in block '%(block)s' not found") 
\
+        msg = u_(
+                "Datasource '%(datasource)s' in block '%(block)s' not found") \
                 % {'datasource': source, 'block': block.name}
         GParser.MarkupError.__init__(self, msg, block._url, block._lineNumber)
 
@@ -51,8 +52,10 @@
 
 class InvalidEditableError(errors.ApplicationError):
     def __init__(self, value):
-        msg = u_("'%(value)s' is not a valid option for editable. " \
-                "Please use one of 'Y', 'N', 'new', 'update'") % {'value': 
value}
+        msg = u_(
+                "'%(value)s' is not a valid option for editable. " \
+                "Please use one of 'Y', 'N', 'new', 'update'") \
+                % {'value': value}
         errors.ApplicationError.__init__(self, msg)
 
 
@@ -96,12 +99,12 @@
         self._fieldList = []
 
         # Current top of visible portion (only used for scrollbars, every entry
-        # maintains its own visible portion because the number of visible rows 
can
-        # differ per entry)
+        # maintains its own visible portion because the number of visible rows
+        # can differ per entry)
         self.__visibleStart = 0
 
-        # If this is true, notifying attached objects of current record 
changes is
-        # temporarily blocked
+        # If this is true, notifying attached objects of current record changes
+        # is temporarily blocked
         self.__scrolling_blocked = False
 
         # Trigger exposure





reply via email to

[Prev in Thread] Current Thread [Next in Thread]