From 8f1029ee37c53b5d23e518551b162e303f4e548e Mon Sep 17 00:00:00 2001 From: nanoric Date: Sun, 6 Jan 2019 00:59:21 -0400 Subject: [PATCH] =?UTF-8?q?[Mod]=20=E4=BF=AE=E6=AD=A3import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnpy/event/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnpy/event/__init__.py b/vnpy/event/__init__.py index d1f08b68..db211d01 100644 --- a/vnpy/event/__init__.py +++ b/vnpy/event/__init__.py @@ -1 +1 @@ -from engine import Event, EventEngine, EVENT_TIMER \ No newline at end of file +from .engine import Event, EventEngine, EVENT_TIMER \ No newline at end of file