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

plugins: fixed bad import names
author Goffi <goffi@goffi.org>
date Sun, 06 Feb 2011 23:49:27 +0100
parents 1e3e169955b2
children efbfccfed623
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0054.py	Sun Feb 06 23:46:48 2011 +0100
+++ b/src/plugins/plugin_xep_0054.py	Sun Feb 06 23:49:27 2011 +0100
@@ -53,7 +53,7 @@
 
 PLUGIN_INFO = {
 "name": "XEP 0054 Plugin",
-"import_name": "XEP_0054",
+"import_name": "XEP-0054",
 "type": "XEP",
 "protocols": ["XEP-0054", "XEP-0153"],
 "dependencies": [],