rework to separate out python module
Remove the magic from the magic _db* modules. Combine as one 'devsup._dbapi'. libpyDevSup exists only to bootstrap python interpreter in IOCs.
This commit is contained in:
3
test.cmd
3
test.cmd
@ -3,7 +3,6 @@
|
||||
py "import logging"
|
||||
py "logging.basicConfig(level=logging.DEBUG)"
|
||||
|
||||
py "import devsup; print devsup.HAVE_DBAPI"
|
||||
py "import sys; sys.path.insert(0,'${PWD}/testApp')"
|
||||
py "print sys.path"
|
||||
|
||||
@ -23,4 +22,4 @@ dbLoadRecords("db/test6.db","P=tst:,TNAME=tsum")
|
||||
iocInit()
|
||||
|
||||
# Start Reference tracker
|
||||
py "from devsup import disect; disect.periodic(10)"
|
||||
#py "from devsup import disect; disect.periodic(10)"
|
||||
|
Reference in New Issue
Block a user