From 07594ed5cf490508f1260c3a6bd9f205a7c67b45 Mon Sep 17 00:00:00 2001 From: lemon <961222258@qq.com> Date: Wed, 26 Feb 2020 18:43:50 +0800 Subject: [PATCH] fix bug1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cf2aea..a72d7ec 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,6 @@ # @File : setup.py.py # @Software: PyCharm -from bin import start import os with os.popen('pip3 freeze') as p: @@ -23,4 +22,5 @@ for name, ver in li: res = os.popen('pip3 install %s==%s' % (name, ver)).read() print(res) +from bin import start start.core.run() -- libgit2 0.24.0