Revision: f537e1f1812a
Author:   Anssi Syrjäsalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 16 12:37:35 2013 UTC
Log:      Fixed code blocks

http://code.google.com/p/robotframework-sshlibrary/source/detail?r=f537e1f1812a&repo=wiki

Modified:
 /InstallationInstructions.wiki

=======================================
--- /InstallationInstructions.wiki      Mon Sep 16 12:17:05 2013 UTC
+++ /InstallationInstructions.wiki      Mon Sep 16 12:37:35 2013 UTC
@@ -50,14 +50,14 @@
 == Verifying the installation ==

1. Start the interactive Python interpreter from a command prompt / terminal:
-{{
+{{{
 python
-}}
+}}}

 2. Type the following in the interpreter and press ENTER:
-{{
+{{{
 import SSHLibrary
-}}
+}}}

 If you get no error messages, SSHLibrary is installed correctly.

@@ -83,13 +83,13 @@
 == Verifying the installation ==

1. Start the interactive Jython interpreter from a command prompt / terminal:
-{{
+{{{
 jython
-}}
+}}}

 2. Type the following in the interpreter and press ENTER:
-{{
+{{{
 import SSHLibrary
-}}
+}}}

 If you get no error messages, SSHLibrary is installed correctly.

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to