Mercurial > parpg-core
diff src/parpg/components/__init__.py @ 87:b764229a0fad
Added ChangeMap component.
author | KarstenBock@gmx.net |
---|---|
date | Sun, 18 Sep 2011 16:07:07 +0200 |
parents | 2265d69ba57c |
children | 0319dcc47603 |
line wrap: on
line diff
--- a/src/parpg/components/__init__.py Fri Sep 09 16:12:46 2011 +0200 +++ b/src/parpg/components/__init__.py Sun Sep 18 16:07:07 2011 +0200 @@ -7,4 +7,4 @@ from fifeagent import FifeAgent from lockable import Lockable from usable import Usable - \ No newline at end of file +from change_map import ChangeMap \ No newline at end of file