diff src/parpg/inventory.py @ 178:487fba82abff

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 7b21d460fc31
children
line wrap: on
line diff
--- a/src/parpg/inventory.py	Sun Oct 09 20:54:03 2011 +0200
+++ b/src/parpg/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