diff src/plugins/plugin_xep_0045.py @ 291:7c79d4a8c9e6

plugins: fixed bad import names
author Goffi <goffi@goffi.org>
date Sun, 06 Feb 2011 23:49:27 +0100
parents 51085ed613c3
children 5bb1cfc105d0
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0045.py	Sun Feb 06 23:46:48 2011 +0100
+++ b/src/plugins/plugin_xep_0045.py	Sun Feb 06 23:49:27 2011 +0100
@@ -43,7 +43,7 @@
 
 PLUGIN_INFO = {
 "name": "XEP 0045 Plugin",
-"import_name": "XEP_0045",
+"import_name": "XEP-0045",
 "type": "XEP",
 "protocols": ["XEP-0045"],
 "dependencies": [],