Random cleanup/implementation fairy of fun
[theonering] / src / simple_presence.py
index 44e5c50..cd36856 100644 (file)
@@ -13,7 +13,7 @@ class TheOneRingPresence(object):
        }
 
 
-class ButterflySimplePresence(telepathy.server.ConnectionInterfaceSimplePresence):
+class TheOneRingSimplePresence(telepathy.server.ConnectionInterfaceSimplePresence):
 
        def __init__(self):
                telepathy.server.ConnectionInterfaceSimplePresence.__init__(self)