comparison rhodecode/controllers/admin/settings.py @ 1067:717ccea6df18 beta

fixed some very strange issue with htmlfill import - don't know why but this needs to be imported as separate module
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 19 Feb 2011 07:39:01 +0100
parents 3fc9183e05dd
children 6d0a7284949d
comparison
equal deleted inserted replaced
1066:fd9cc2a32955 1067:717ccea6df18
46 from rhodecode.model.forms import UserForm, ApplicationSettingsForm, \ 46 from rhodecode.model.forms import UserForm, ApplicationSettingsForm, \
47 ApplicationUiSettingsForm 47 ApplicationUiSettingsForm
48 from rhodecode.model.scm import ScmModel 48 from rhodecode.model.scm import ScmModel
49 from rhodecode.model.settings import SettingsModel 49 from rhodecode.model.settings import SettingsModel
50 from rhodecode.model.user import UserModel 50 from rhodecode.model.user import UserModel
51 from rhodecode.model.repo import RepoModel
52 51
53 log = logging.getLogger(__name__) 52 log = logging.getLogger(__name__)
54 53
55 54
56 class SettingsController(BaseController): 55 class SettingsController(BaseController):