configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/tools/print_hello.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/tools/print_hello.py	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/tools/print_hello.py	Tue Aug 10 14:29:28 2010 +0300
@@ -16,5 +16,4 @@
 import os, sys
 
 print "Hello"
-print "Cmd line args: %r" % sys.argv[1:]
-print "Env: %r" % os.environ
\ No newline at end of file
+print "Cmd line args: %r" % sys.argv[1:]
\ No newline at end of file