Changes between Version 41 and Version 42 of ReleaseManagement
- Timestamp:
- 01/03/11 10:09:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseManagement
v41 v42 111 111 from applications.prod.modules.sahana import * 112 112 113 #exec('from applications.%s.modules. validators import *' % request.application)113 #exec('from applications.%s.modules.s3.s3validators import *' % request.application) 114 114 # Faster for Production (where app-name won't change): 115 115 from applications.prod.modules.validators import *