Revision: da1d3e966617
Branch: default
Author: Mikko Korpela <[email protected]>
Date: Thu Apr 18 03:19:54 2013
Log: remove main block
http://code.google.com/p/robotframework/source/detail?r=da1d3e966617
Modified:
/src/robot/libraries/ProcessLibrary.py
=======================================
--- /src/robot/libraries/ProcessLibrary.py Thu Apr 18 03:10:42 2013
+++ /src/robot/libraries/ProcessLibrary.py Thu Apr 18 03:19:54 2013
@@ -129,9 +129,6 @@
self._stderr = f.read()
return self._stderr
-if __name__ == '__main__':
- r = ProcessLibrary().run_process('python', '-c', "print \'hello\'")
- print repr(r.stdout)
class _NewProcessConfig(object):
--
---
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.