r16437 - gnucash/branches/dogtail/src/test-dogtail - Misc updates

Ahmed Sayed asayed at cvs.gnucash.org
Wed Aug 15 19:00:46 EDT 2007


Author: asayed
Date: 2007-08-15 19:00:46 -0400 (Wed, 15 Aug 2007)
New Revision: 16437
Trac: http://svn.gnucash.org/trac/changeset/16437

Modified:
   gnucash/branches/dogtail/src/test-dogtail/GnuCash.py
Log:
Misc updates


Modified: gnucash/branches/dogtail/src/test-dogtail/GnuCash.py
===================================================================
--- gnucash/branches/dogtail/src/test-dogtail/GnuCash.py	2007-08-15 22:59:37 UTC (rev 16436)
+++ gnucash/branches/dogtail/src/test-dogtail/GnuCash.py	2007-08-15 23:00:46 UTC (rev 16437)
@@ -609,7 +609,7 @@
             name='USD (US Dollar)'))
 
     class ScheduledTransactions(Node):
-        
+
         def __init__(self, initializer):
             Node.__init__(self, initializer)
             self.notify_before_transactions_are_created_cb = \
@@ -633,7 +633,7 @@
             name='Run when data file opened'))
 
     class Windows(Node):
-        
+
         def __init__(self, initializer):
             Node.__init__(self, initializer)
             self.width_spin_button = \
@@ -1289,11 +1289,11 @@
     def __init__(self):
         self.invoke_list = ["Business", "Vendor", "New Job..."]
         self.dialog_name = 'New Job .'
-    
 
+
 class FindVendorJob(Find):
     """ Find Job for Vendor """
-    
+
     def __init__(self):
         self.invoke_list = ["Business", "Vendor", "Find Job..."]
         self.dialog_name = 'Find Job'
@@ -1305,7 +1305,7 @@
             1- This code could not read the data from register validation done e.g in the account page
             2 - you must have gnucash not minimized and the top level application.
         TODO: It is better to have register supported by a11y to be able to be more readable by dogtail
-    """ 
+    """
 
     def __init__(self, initializer):
         Node.__init__(self, initializer)



More information about the gnucash-changes mailing list