diff 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
line wrap: on
line diff
--- a/rhodecode/lib/middleware/https_fixup.py	Wed Mar 07 00:27:43 2012 +0200
+++ b/rhodecode/lib/middleware/https_fixup.py	Wed Mar 07 02:18:22 2012 +0200
@@ -23,7 +23,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-from rhodecode.lib import str2bool
+from rhodecode.lib.utils2 import str2bool
 
 
 class HttpsFixup(object):