sugar-toolkit-gtk3/shell/panel/FriendsPanel.py

6 lines
109 B
Python
Raw Normal View History

2006-08-23 11:52:18 +02:00
from panel.Panel import Panel
class FriendsPanel(Panel):
def __init__(self, shell):
Panel.__init__(self)