diff --git a/rhodecode/lib/celerypylons/__init__.py b/rhodecode/lib/celerypylons/__init__.py --- a/rhodecode/lib/celerypylons/__init__.py +++ b/rhodecode/lib/celerypylons/__init__.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + """ Automatically sets the environment variable `CELERY_LOADER` to `celerypylons.loader:PylonsLoader`. This ensures the loader is @@ -7,6 +9,7 @@ to be installed in a webapp just by impo import celerypylons """ + import os import warnings