Revision 4416
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/REMIB/nodes.make | ||
---|---|---|
9 | 9 |
import sys |
10 | 10 |
import urllib2 |
11 | 11 |
|
12 |
sys.path.append(os.path.dirname(__file__)+"/../../../lib")
|
|
12 |
sys.path.append(os.path.dirname(__file__)+"/../../lib") |
|
13 | 13 |
|
14 | 14 |
import exc |
15 | 15 |
import opts |
Also available in: Unified diff
inputs/REMIB/nodes.make: Fixed lib dir path in sys.path.append() for new subdir layout