sync 1.7
This commit is contained in:
parent
0215ba42b8
commit
1ff6c86b9c
@ -0,0 +1,10 @@
|
||||
# encoding: UTF-8
|
||||
|
||||
from drEngine import DrEngine
|
||||
from uiDrWidget import DrEngineManager
|
||||
|
||||
appName = 'DataRecorder'
|
||||
appDisplayName = u'行情记录'
|
||||
appEngine = DrEngine
|
||||
appWidget = DrEngineManager
|
||||
appIco = 'dr.ico'
|
Loading…
Reference in New Issue
Block a user