Mercurial > parpg-source
diff components/description.py @ 21:def430d59281
Fixed bug in components
author | KarstenBock@gmx.net |
---|---|
date | Thu, 01 Sep 2011 23:26:02 +0200 |
parents | 9c7a96c6fe41 |
children | ff3e395abf91 |
line wrap: on
line diff
--- a/components/description.py Wed Aug 10 21:08:48 2011 +0200 +++ b/components/description.py Thu Sep 01 23:26:02 2011 +0200 @@ -18,4 +18,4 @@ def __init__(self): """Constructor""" - Component.__init__(view_name=str, real_name=str, desc=str) + Component.__init__(self, view_name=str, real_name=str, desc=str)