blob: 2ee9a2085d818242bfe16d391037b9ac3fd678c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
import os
import interpreter
import emccanon
try:
import emctask
print "plugins: milltask=",os.getpid()
except ImportError:
print "plugins: axis=",os.getpid()
pass
import task
import oword
import remap
|