summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortt412011-10-14 02:15:05 +0200
committertt412011-10-14 02:15:05 +0200
commit8b139e46b43f689a3cc546c4c93ed466165a311c (patch)
tree054330c3402d43272066dab544c8b093da8bc7fa
parentReport working! (diff)
downloadgsm-selftest-8b139e46b43f689a3cc546c4c93ed466165a311c.tar.gz
gsm-selftest-8b139e46b43f689a3cc546c4c93ed466165a311c.tar.xz
gsm-selftest-8b139e46b43f689a3cc546c4c93ed466165a311c.zip
set process name example
-rw-r--r--For Weekly Test/testingfile.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/For Weekly Test/testingfile.py b/For Weekly Test/testingfile.py
new file mode 100644
index 0000000..6844a08
--- /dev/null
+++ b/For Weekly Test/testingfile.py
@@ -0,0 +1,3 @@
+import setproctitle
+setproctitle.setproctitle("foo")
+print setproctitle.getproctitle()