orca r4205 - branches/phase2/src/orca



Author: wwalker
Date: Sat Sep 13 09:23:36 2008
New Revision: 4205
URL: http://svn.gnome.org/viewvc/orca?rev=4205&view=rev

Log:
Update keywords being expanded.  Only use $Id$.


Modified:
   branches/phase2/src/orca/braille.py
   branches/phase2/src/orca/braille_monitor.py
   branches/phase2/src/orca/default.py
   branches/phase2/src/orca/input_bindings.py
   branches/phase2/src/orca/input_event.py
   branches/phase2/src/orca/orca.py
   branches/phase2/src/orca/script.py
   branches/phase2/src/orca/script_manager.py
   branches/phase2/src/orca/settings.py
   branches/phase2/src/orca/utils.py

Modified: branches/phase2/src/orca/braille.py
==============================================================================
--- branches/phase2/src/orca/braille.py	(original)
+++ branches/phase2/src/orca/braille.py	Sat Sep 13 09:23:36 2008
@@ -30,8 +30,6 @@
 """
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/braille_monitor.py
==============================================================================
--- branches/phase2/src/orca/braille_monitor.py	(original)
+++ branches/phase2/src/orca/braille_monitor.py	Sat Sep 13 09:23:36 2008
@@ -19,8 +19,6 @@
 This is mainly for debugging and for demonstrations."""
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/default.py
==============================================================================
--- branches/phase2/src/orca/default.py	(original)
+++ branches/phase2/src/orca/default.py	Sat Sep 13 09:23:36 2008
@@ -21,8 +21,6 @@
 for GTK."""
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/input_bindings.py
==============================================================================
--- branches/phase2/src/orca/input_bindings.py	(original)
+++ branches/phase2/src/orca/input_bindings.py	Sat Sep 13 09:23:36 2008
@@ -19,8 +19,6 @@
 them to input events."""
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/input_event.py
==============================================================================
--- branches/phase2/src/orca/input_event.py	(original)
+++ branches/phase2/src/orca/input_event.py	Sat Sep 13 09:23:36 2008
@@ -22,8 +22,6 @@
 used which should be used to handle all input events."""
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/orca.py
==============================================================================
--- branches/phase2/src/orca/orca.py	(original)
+++ branches/phase2/src/orca/orca.py	Sat Sep 13 09:23:36 2008
@@ -33,8 +33,6 @@
 """The main module for the Orca screen reader."""
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2004-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/script.py
==============================================================================
--- branches/phase2/src/orca/script.py	(original)
+++ branches/phase2/src/orca/script.py	Sat Sep 13 09:23:36 2008
@@ -46,8 +46,6 @@
 """
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/script_manager.py
==============================================================================
--- branches/phase2/src/orca/script_manager.py	(original)
+++ branches/phase2/src/orca/script_manager.py	Sat Sep 13 09:23:36 2008
@@ -20,9 +20,7 @@
 
 """Provides the script manager for Orca."""
 
-__id__  = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
+__id__        = "$Id$"
 __copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/settings.py
==============================================================================
--- branches/phase2/src/orca/settings.py	(original)
+++ branches/phase2/src/orca/settings.py	Sat Sep 13 09:23:36 2008
@@ -18,8 +18,6 @@
 """Mechanism to support settings that are inherited."""
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 

Modified: branches/phase2/src/orca/utils.py
==============================================================================
--- branches/phase2/src/orca/utils.py	(original)
+++ branches/phase2/src/orca/utils.py	Sat Sep 13 09:23:36 2008
@@ -22,8 +22,6 @@
 """Common utilities for the Orca screen reader."""
 
 __id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
 __copyright__ = "Copyright (c) 2004-2008 Sun Microsystems Inc."
 __license__   = "LGPL"
 



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