From 678b3c457de1b38ec9f1a6771af0a4e09a88b3da Mon Sep 17 00:00:00 2001 From: chenxy123 Date: Sun, 4 Jun 2017 23:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=A4=E5=A4=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/VnTrader/run.py | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/VnTrader/run.py b/examples/VnTrader/run.py index 97e3f129..81ae1f42 100644 --- a/examples/VnTrader/run.py +++ b/examples/VnTrader/run.py @@ -6,8 +6,7 @@ reload(sys) sys.setdefaultencoding('utf8') # vn.trader模块 -from vnpy.event import EventEngine2 -from vnpy.trader.vtGlobal import globalSetting +from vnpy.event import EventEngine from vnpy.trader.vtEngine import MainEngine from vnpy.trader.uiQt import qApp from vnpy.trader.uiMainWindow import MainWindow diff --git a/setup.py b/setup.py index 1374cb3b..5851ff23 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( 'License :: OSI Approved :: MIT License'], packages=getSubpackages('vnpy'), package_data={'': ['*.json', '*.md', '*.ico', - '*.h', '*.cpp', '*.bash', '*.txt' + '*.h', '*.cpp', '*.bash', '*.txt', '*.dll', '*.lib', '*.so', '*.pyd', '*.dat', '*.ini', '*.pfx', '*.scc', '*.crt', '*.key']}, ) \ No newline at end of file