Mercurial > libervia-backend
diff src/plugins/plugin_xep_0065.py @ 291:7c79d4a8c9e6
plugins: fixed bad import names
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 06 Feb 2011 23:49:27 +0100 |
parents | dbe1803eca7c |
children | 8f3551ceee17 |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0065.py Sun Feb 06 23:46:48 2011 +0100 +++ b/src/plugins/plugin_xep_0065.py Sun Feb 06 23:49:27 2011 +0100 @@ -81,7 +81,7 @@ PLUGIN_INFO = { "name": "XEP 0065 Plugin", -"import_name": "XEP_0065", +"import_name": "XEP-0065", "type": "XEP", "protocols": ["XEP-0065"], "main": "XEP_0065",