Skip to content

Commit

Permalink
core: chat window inherits from window
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Aug 22, 2010
1 parent b227a04 commit 445e16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amsn2/ui/base/chat_window.py
@@ -1,5 +1,6 @@
from window import aMSNWindow

class aMSNChatWindow(object):
class aMSNChatWindow(aMSNWindow):
""" This interface will represent a chat window of the UI
It can have many aMSNChatWidgets"""
def __init__(self, amsn_core):
Expand Down

0 comments on commit 445e16b

Please sign in to comment.