sugar-toolkit-gtk3/shell/panel/FriendsPanel.py
2006-08-23 11:52:18 +02:00

6 lines
109 B
Python

from panel.Panel import Panel
class FriendsPanel(Panel):
def __init__(self, shell):
Panel.__init__(self)