Mercurial > libervia-backend
diff src/plugins/plugin_xep_0077.py @ 291:7c79d4a8c9e6
plugins: fixed bad import names
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 06 Feb 2011 23:49:27 +0100 |
parents | b1794cbb88e5 |
children | f964dcec1611 |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0077.py Sun Feb 06 23:46:48 2011 +0100 +++ b/src/plugins/plugin_xep_0077.py Sun Feb 06 23:49:27 2011 +0100 @@ -33,7 +33,7 @@ PLUGIN_INFO = { "name": "XEP 0077 Plugin", -"import_name": "XEP_0077", +"import_name": "XEP-0077", "type": "XEP", "protocols": ["XEP-0077"], "dependencies": [],