Mercurial > p > roundup > code
comparison setup.py @ 4755:d2f58accb405
- Copy layout to the html directory
- Add some icons to the nav
- Attempt to fix pagination
- Tidy issue template
| author | Pradip Caulagi <caulagi@gmail.com> |
|---|---|
| date | Sun, 03 Feb 2013 17:34:23 +0530 |
| parents | 9dc50be521ee |
| children | 57b9f2848cf8 |
comparison
equal
deleted
inserted
replaced
| 4754:4e16bcd4405e | 4755:d2f58accb405 |
|---|---|
| 84 # add the templates to the data files lists | 84 # add the templates to the data files lists |
| 85 from roundup.init import listTemplates | 85 from roundup.init import listTemplates |
| 86 templates = [t['path'] | 86 templates = [t['path'] |
| 87 for t in listTemplates('share/roundup/templates').values()] | 87 for t in listTemplates('share/roundup/templates').values()] |
| 88 for tdir in templates: | 88 for tdir in templates: |
| 89 for idir in '. detectors extensions html static'.split(): | 89 for idir in '. detectors extensions html html/layout static'.split(): |
| 90 data_files.append(include(os.path.join(tdir, idir), '*')) | 90 data_files.append(include(os.path.join(tdir, idir), '*')) |
| 91 | 91 |
| 92 # add message files | 92 # add message files |
| 93 for (_dist_file, _mo_file) in list_message_files(): | 93 for (_dist_file, _mo_file) in list_message_files(): |
| 94 data_files.append((os.path.dirname(_mo_file), | 94 data_files.append((os.path.dirname(_mo_file), |
