changeset 96:137045aa4d73

Added the Equip component to the __init__.py of the components package.
author KarstenBock@gmx.net
date Wed, 21 Sep 2011 16:46:36 +0200
parents 18b641968285
children 915190c0cbc8
files src/parpg/components/__init__.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/parpg/components/__init__.py	Wed Sep 21 16:42:30 2011 +0200
+++ b/src/parpg/components/__init__.py	Wed Sep 21 16:46:36 2011 +0200
@@ -7,4 +7,5 @@
 from lockable import Lockable
 from usable import Usable
 from change_map import ChangeMap
-from equipable import Equipable
\ No newline at end of file
+from equipable import Equipable
+from equip import Equip
\ No newline at end of file