소스 검색

cosmetics

Ask Solem 12 년 전
부모
커밋
68c590e9ac
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      celery/app/base.py

+ 0 - 2
celery/app/base.py

@@ -51,8 +51,6 @@ def app_has_custom(app, attr):
     return mro_lookup(app.__class__, attr, stop=(Celery, object),
                       monkey_patched=[__name__])
 
-_EXECV = os.environ.get('FORKED_BY_MULTIPROCESSING')
-
 
 def _unpickle_appattr(reverse_name, args):
     """Given an attribute name and a list of args, gets