comparison rhodecode/lib/middleware/https_fixup.py @ 2109:8ecfed1d8f8b beta

utils/conf - created temporary utils2 - made config.conf for storing some configurations - fixed some dependency import problems - code cleanup - rc-extensions now properly work for celery
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 07 Mar 2012 02:18:22 +0200
parents 787f1d157984
children dc2584ba5fbc f0851f37d6be
comparison
equal deleted inserted replaced
2108:9e377342802c 2109:8ecfed1d8f8b
21 # GNU General Public License for more details. 21 # GNU General Public License for more details.
22 # 22 #
23 # You should have received a copy of the GNU General Public License 23 # You should have received a copy of the GNU General Public License
24 # along with this program. If not, see <http://www.gnu.org/licenses/>. 24 # along with this program. If not, see <http://www.gnu.org/licenses/>.
25 25
26 from rhodecode.lib import str2bool 26 from rhodecode.lib.utils2 import str2bool
27 27
28 28
29 class HttpsFixup(object): 29 class HttpsFixup(object):
30 30
31 def __init__(self, app, config): 31 def __init__(self, app, config):