citool.py is no more
commit619fbb04d114fb9ccdbe745ab515c28bd9659f42
authorFredrik Kuivinen <freku045@student.liu.se>
Sat, 24 Sep 2005 09:41:59 +0000 (24 11:41 +0200)
committerFredrik Kuivinen <freku045@student.liu.se>
Sat, 24 Sep 2005 09:41:59 +0000 (24 11:41 +0200)
tree25984207a6dd095ab83f2189405300af864b5950
parentf8b8dd615fbdf2e653b224253d3b4b9af214659b
citool.py is no more

We need mysubprocess.py because some distributions (e.g. Debian) do not
package Python 2.4 and PyQt in a non-conflicting way. The 'subprocess'
module was introduced in Python 2.4.

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
mysubprocess.py