import is a reserved word in python. As a result, you cannot import import.py in...
authorTony Mack <tmack@cs.princeton.edu>
Tue, 16 Dec 2008 21:23:14 +0000 (21:23 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 16 Dec 2008 21:23:14 +0000 (21:23 +0000)
commitc0bcaae171fdac2198f05d91215df8c62f740ad4
treee16b376cbd735af3c50e048aa26b5585ca4d3f52
parentf819091736c16521c9317421866aa19027ff26ed
import is a reserved word in python. As a result, you cannot import import.py in other python scripts. Renamed import.py to gimport.py to avoid this problem
plc/gimport.py [new file with mode: 0755]