Revision: 4117
Author: jprantan
Date: Thu Sep 23 12:19:32 2010
Log: Updated doc
http://code.google.com/p/robotframework/source/detail?r=4117

Modified:
 /trunk/src/robot/libraries/BuiltIn.py

=======================================
--- /trunk/src/robot/libraries/BuiltIn.py       Thu Sep 23 11:58:50 2010
+++ /trunk/src/robot/libraries/BuiltIn.py       Thu Sep 23 12:19:32 2010
@@ -1273,6 +1273,9 @@
         Examples:
         | Import Variables | ${CURDIR}/variables.py   |      |      |
         | Import Variables | ${CURDIR}/../vars/env.py | arg1 | arg2 |
+
+
+        New in Robot Framework 2.5.4
         """
         NAMESPACES.current.import_variables(path.replace('/', os.sep),
                                             args, overwrite=True)

Reply via email to