diff inventory.py @ 113:c76f03c290f6

Removed imports of the old objects.
author KarstenBock@gmx.net
date Sat, 01 Oct 2011 14:39:27 +0200
parents 7a89ea5404b1
children 2241722311bf
line wrap: on
line diff
--- a/inventory.py	Sat Oct 01 14:38:56 2011 +0200
+++ b/inventory.py	Sat Oct 01 14:39:27 2011 +0200
@@ -13,8 +13,8 @@
 # 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
+#from parpg.objects.base import Container
+#from parpg.objects.composed import SingleItemContainer as Slot
 
 import copy