Germey 6 سال پیش
والد
کامیت
58762c2d5e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      proxypool/crawlers/__init__.py

+ 1 - 1
proxypool/crawlers/__init__.py

@@ -11,4 +11,4 @@ for loader, name, is_pkg in pkgutil.walk_packages(__path__):
         globals()[name] = value
         if inspect.isclass(value) and issubclass(value, BaseCrawler) and value is not BaseCrawler:
             classes.append(value)
-__ALL__ = classes
+__all__ = __ALL__ = classes