diff inventory.py @ 148:2241722311bf

Moved the action module into the entities package. Removed the objects package.
author KarstenBock@gmx.net
date Sun, 09 Oct 2011 21:02:48 +0200
parents c76f03c290f6
children
line wrap: on
line diff
--- a/inventory.py	Sun Oct 09 20:54:03 2011 +0200
+++ b/inventory.py	Sun Oct 09 21:02:48 2011 +0200
@@ -13,9 +13,6 @@
 # You should have received a copy of the GNU General Public License
 # along with PARPG.  If not, see <http://www.gnu.org/licenses/>.
 
-#from parpg.objects.base import Container
-#from parpg.objects.composed import SingleItemContainer as Slot
-
 import copy
 
 # TODO: many missing function definitions in this code