Revision: 102
Author: janne.t.harkonen
Date: Sun Nov  7 23:26:48 2010
Log: cleanup
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=102

Modified:
 /trunk/atest/resources/user_information.py

=======================================
--- /trunk/atest/resources/user_information.py  Sun Nov  7 23:16:55 2010
+++ /trunk/atest/resources/user_information.py  Sun Nov  7 23:26:48 2010
@@ -1,9 +1,4 @@
-import os
-
-basedir = os.path.dirname(__file__)
-
-HOST = "localhost" #"172.21.106.53"
-USERNAME = "test" #user"
+HOST = "localhost"
+USERNAME = "test"
 PASSWORD = "test"
 PROMPT = "$"
-

Reply via email to