diff --git a/feapder/VERSION b/feapder/VERSION index d43b47ba..d2634851 100644 --- a/feapder/VERSION +++ b/feapder/VERSION @@ -1 +1 @@ -1.7.6-beta1 \ No newline at end of file +1.7.6 \ No newline at end of file diff --git a/feapder/__init__.py b/feapder/__init__.py index 0183833f..32cbeec7 100644 --- a/feapder/__init__.py +++ b/feapder/__init__.py @@ -7,8 +7,9 @@ @author: Boris @email: boris_liu@foxmail.com """ -import os, sys +import os import re +import sys sys.path.insert(0, re.sub(r"([\\/]items$)|([\\/]spiders$)", "", os.getcwd()))