From 347f41eac9e33743172d319bcc2a4c7283497ccf Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sun, 21 Aug 2011 21:25:45 +0200 Subject: Adding copyright notes --- player.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'player.py') diff --git a/player.py b/player.py index 156030a..2e3eafa 100644 --- a/player.py +++ b/player.py @@ -1,3 +1,11 @@ +#!/usr/bin/python +""" + Copyright 2011, Dipesh Amin + Copyright 2011, Stefan Beller + + This file is part of tradey, a trading bot in the mana world + see www.themanaworld.org +""" class Item: pass @@ -29,3 +37,6 @@ class Player: if self.inventory[item].itemId == item_id: return item return -10 # Not found - bug somewhere! + +if __name__ == '__main__': + print "Do not run this file directly. Run main.py" -- cgit v1.2.3-70-g09d2