Revision: 135
Author:   janne.t.harkonen
Date:     Thu Aug 16 04:16:09 2012
Log:      remove dead code
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=135

Modified:
 /trunk/src/SSHLibrary/__init__.py

=======================================
--- /trunk/src/SSHLibrary/__init__.py   Wed Aug 15 22:32:13 2012
+++ /trunk/src/SSHLibrary/__init__.py   Thu Aug 16 04:16:09 2012
@@ -121,16 +121,6 @@
         self._client.open_shell(term_type, width, height)
         return self._cache.register(self._client, alias)

-    def open_shell(self):
-        """Open new shell for running multiple subsequent commands.
-
- Keywords `Write` and `Write Bare` can be used to write to this shell
-        and keyword `Read Until` and its variants can be used to read the
-        command outputs.
-
-        This keyword was added in version 1.1.
-        """
-
     def switch_connection(self, index_or_alias):
         """Switches between active connections using index or alias.

Reply via email to