Because sfa-import-plc.py has dashes (-) it cannot be imported by other python script...
authorTony Mack <tmack@cs.princeton.edu>
Mon, 3 Aug 2009 18:20:11 +0000 (18:20 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 3 Aug 2009 18:20:11 +0000 (18:20 +0000)
commitade004cbc3f92cf4bc0a12a1ba5a00e94e9228b2
treec99e632b68a2afe1733be35b9aae55bcf9bfc425
parentc0ac30400c086f12f35f51e46729e86bd9414bad
Because sfa-import-plc.py has dashes (-) it cannot be imported by other python scripts. To fix this Ive moved most of import logic from sfa-import-plc to the sfaImport, which can be imported by other script.
sfa/plc/sfa-import-plc.py
sfa/plc/sfaImport.py [new file with mode: 0644]