This website requires JavaScript.
Explore
Help
Sign In
copyleftie
/
gajim-plural
Watch
1
Star
0
Fork
You've already forked gajim-plural
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d75ebd95e5
gajim-plural
/
plugins
/
roster_buttons
/
__init__.py
5 lines
76 B
Python
Raw
Normal View
History
Unescape
Escape
Plugin can be a package (directory) now. Added example plugin that modifies roster window (with glade file). Added activate and deactivate methods to Plugin (used in forementioned RosterButtonsPlugin).
2008-06-14 20:20:24 +02:00
__all__
=
[
'
RosterButtonsPlugin
'
]
Modified source to work under python3
2016-09-02 22:05:03 +02:00
from
.
plugin
import
RosterButtonsPlugin