Author: jprantan
Date: Wed Apr 8 01:46:37 2009
New Revision: 1749
Modified:
trunk/src/robot/libraries/String.py
Log:
Added ROBOT_LIBRARY_VERSION.
Modified: trunk/src/robot/libraries/String.py
==============================================================================
--- trunk/src/robot/libraries/String.py (original)
+++ trunk/src/robot/libraries/String.py Wed Apr 8 01:46:37 2009
@@ -63,6 +63,7 @@
"""
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
+ ROBOT_LIBRARY_VERSION = utils.get_version()
def get_line_count(self, string):
"""Returns the number of lines."""