From fbe0d81f22612ec731a294e38587d23841b6113f Mon Sep 17 00:00:00 2001 From: tsingliu <410869548@qq.com> Date: Fri, 7 Dec 2018 15:05:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=9B=E5=BB=BAgitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4de94e --- /dev/null +++ b/.gitignore @@ -0,0 +1,114 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +.static_storage/ +.media/ +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +api/config.py +.vscode + +#log +log/* + +#sqlite +db.sqlite3 + +*.wf \ No newline at end of file From 10cc8b719cd6d9ab374eafcedb8db3582f4b2eb3 Mon Sep 17 00:00:00 2001 From: tsingliu <410869548@qq.com> Date: Fri, 7 Dec 2018 15:12:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dueros/samples/BotServer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dueros/samples/BotServer.py b/dueros/samples/BotServer.py index c5085bb..977c5f7 100644 --- a/dueros/samples/BotServer.py +++ b/dueros/samples/BotServer.py @@ -10,7 +10,6 @@ """ #默认使用个税查询技能, 如果需要切换自己的技能 注意需要要更换成自己的Bot from dueros.samples.personal_income_tax.Bot import Bot -from Bot import Bot import dueros.Log as Log from dueros.Constants import constants #配置日志