diff components/__init__.py @ 42:66a06de1bddc

Renamed dialog to dialogue
author KarstenBock@gmx.net
date Tue, 06 Sep 2011 14:37:54 +0200
parents 2e3ab06a2f47
children e2004c9549d7
line wrap: on
line diff
--- a/components/__init__.py	Mon Sep 05 15:00:34 2011 +0200
+++ b/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