summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/Old/23-07-2011/test1.py
blob: e04e0937d3d1260c501d9820f08f44dd566a75ed (plain) (blame)
1
2
3
4
5
6
7
import sys
import os

mode = "-S"
state = "-R"
command="--command=python test.py" +mode +state
subprocess.Popen(args=["gnome-terminal", command])