Revision: fda1c21ef270
Author: Pekka Klärck
Date: Mon Sep 19 04:57:02 2011
Log: updated example after we decided not to support init args with
dynamic libs
http://code.google.com/p/robotframework/source/detail?r=fda1c21ef270
Modified:
/tools/remoteserver/example/examplelibrary.py
=======================================
--- /tools/remoteserver/example/examplelibrary.py Fri Sep 16 07:30:45 2011
+++ /tools/remoteserver/example/examplelibrary.py Mon Sep 19 04:57:02 2011
@@ -11,7 +11,7 @@
starting from Robot Framework 2.6.2.
"""
- def __init__(self, arg="Also args should be shown in docs now"):
+ def __init__(self):
"""Also this doc should be in shown in library doc."""
def count_items_in_directory(self, path):