Historique | Voir | Annoter | Télécharger (1,38 ko)
Fix python style issues reported by flake8
Additionally some python2-only "print" statements are now compatiblewith python3.
Plugins weather_*: specify regular expressions as raw strings
New versions of flake8 already complain about the non-raw nature of thestrings (respectively the improper escaping in the regular expression).
Plugin weather_: fixes style issues
Move weather plugins where they belong.