comparison 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
comparison
equal deleted inserted replaced
147:bb29d81d7ce6 148:2241722311bf
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details. 11 # GNU General Public License for more details.
12 # 12 #
13 # You should have received a copy of the GNU General Public License 13 # You should have received a copy of the GNU General Public License
14 # along with PARPG. If not, see <http://www.gnu.org/licenses/>. 14 # along with PARPG. If not, see <http://www.gnu.org/licenses/>.
15
16 #from parpg.objects.base import Container
17 #from parpg.objects.composed import SingleItemContainer as Slot
18 15
19 import copy 16 import copy
20 17
21 # TODO: many missing function definitions in this code 18 # TODO: many missing function definitions in this code
22 19