Mercurial > parpg-core
diff src/parpg/components/__init__.py @ 67:2265d69ba57c
Renamed dialog to dialogue
author | KarstenBock@gmx.net |
---|---|
date | Tue, 06 Sep 2011 14:37:54 +0200 |
parents | 765cb0c16f20 |
children | b764229a0fad |
line wrap: on
line diff
--- a/src/parpg/components/__init__.py Mon Sep 05 15:00:34 2011 +0200 +++ b/src/parpg/components/__init__.py Tue Sep 06 14:37:54 2011 +0200 @@ -3,7 +3,7 @@ from containable import Containable from container import Container from description import Description -from dialog import Dialog +from dialogue import Dialogue from fifeagent import FifeAgent from lockable import Lockable from usable import Usable