Remove duplication from utils/settings.py

We dont need to specify a filename for those packages that already have
a MAIN defined.

Change-Id: I84e7edbad6b57a37374c1d8591e1ebaab02298b2
This commit is contained in:
Rob Cresswell 2016-11-22 14:27:33 +00:00
parent ce7dc70c7f
commit e7ec65e55f

View File

@ -188,7 +188,7 @@ BASE_XSTATIC_MODULES = [
'angular-route.js'
]),
('xstatic.pkg.angular_bootstrap', ['angular-bootstrap.js']),
('xstatic.pkg.angular_gettext', ['angular-gettext.js']),
('xstatic.pkg.angular_gettext', None),
('xstatic.pkg.angular_lrdragndrop', None),
('xstatic.pkg.angular_smart_table', None),
('xstatic.pkg.angular_fileupload', ['ng-file-upload-all.js']),
@ -201,7 +201,7 @@ BASE_XSTATIC_MODULES = [
('xstatic.pkg.bootstrap_datepicker', ['bootstrap-datepicker.js']),
('xstatic.pkg.hogan', ['hogan.js']),
('xstatic.pkg.rickshaw', ['rickshaw.js']),
('xstatic.pkg.jsencrypt', ['jsencrypt.js']),
('xstatic.pkg.jsencrypt', None),
('xstatic.pkg.objectpath', ['ObjectPath.js']),
('xstatic.pkg.tv4', ['tv4.js']),
('xstatic.pkg.angular_schema_form', ['schema-form.js']),