Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better Py3 compat: d.has_key(k) -> k in d | Elrond | 2013-01-30 | 1 | -1/+1 |
| | | | | | | | | py3 does not have dict.has_key any more. You have to use "key in dict" instead. As that works in python2 as well, let's use that. Also some small bits of pep8. | ||||
* | Fix tests given recent celery "case" change | Christopher Allan Webber | 2012-02-28 | 1 | -4/+4 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Move config.py to init/ | Elrond | 2011-07-02 | 1 | -1/+1 |
| | | | | | | | Some simple changes needed to do that. The interesting question left: Should config_spec.ini also be moved? | ||||
* | Tests for mediagoblin.config functions | Christopher Allan Webber | 2011-06-18 | 1 | -0/+97 |
Tests for: - read_mediagoblin_config() - generate_validation_report() |