diff components/__init__.py @ 86:a9cc5559ec2a

Move the identifier field from the FifeAgent component to the new General component. Added General Entity.
author KarstenBock@gmx.net
date Sat, 24 Sep 2011 15:48:24 +0200
parents 1a450a764817
children aed2e094e0c7
line wrap: on
line diff
--- a/components/__init__.py	Fri Sep 23 15:09:02 2011 +0200
+++ b/components/__init__.py	Sat Sep 24 15:48:24 2011 +0200
@@ -8,4 +8,5 @@
 from usable import Usable
 from change_map import ChangeMap
 from equipable import Equipable
-from equip import Equip
\ No newline at end of file
+from equip import Equip
+from general import General
\ No newline at end of file