From a1ff4d170a1e7ac3973c569dc07b066fa7bc27ec Mon Sep 17 00:00:00 2001 From: han0 Date: Wed, 18 Nov 2020 14:33:29 +0800 Subject: [PATCH] fix: core => tools --- nc_http/{core => tools}/fe_sucks.py | 0 nc_http/{core => tools}/helpers.py | 4 ++++ 2 files changed, 4 insertions(+) rename nc_http/{core => tools}/fe_sucks.py (100%) rename nc_http/{core => tools}/helpers.py (99%) diff --git a/nc_http/core/fe_sucks.py b/nc_http/tools/fe_sucks.py similarity index 100% rename from nc_http/core/fe_sucks.py rename to nc_http/tools/fe_sucks.py diff --git a/nc_http/core/helpers.py b/nc_http/tools/helpers.py similarity index 99% rename from nc_http/core/helpers.py rename to nc_http/tools/helpers.py index c14b24b..aaff9bd 100644 --- a/nc_http/core/helpers.py +++ b/nc_http/tools/helpers.py @@ -4,6 +4,10 @@ import string from six.moves.urllib import parse as urlparse +""" +工具函数集 +""" + def valid_email(email): """