comparison entities/general.py @ 188:2a12e2843984

Removed bGrease, which is in a seperate repository, here: https://github.com/Beliaar/bGrease
author Beliar <KarstenBock@gmx.net>
date Tue, 27 Mar 2012 13:41:20 +0200
parents a9cc5559ec2a
children
comparison
equal deleted inserted replaced
187:ab6a0fd1668a 188:2a12e2843984
9 # GNU General Public License for more details. 9 # GNU General Public License for more details.
10 # 10 #
11 # You should have received a copy of the GNU General Public License 11 # You should have received a copy of the GNU General Public License
12 # along with this program. If not, see <http://www.gnu.org/licenses/>. 12 # along with this program. If not, see <http://www.gnu.org/licenses/>.
13 13
14 from parpg.bGrease import Entity 14 from bGrease import Entity
15 15
16 class General(Entity): 16 class General(Entity):
17 17
18 def __init__(self, world, identifier): 18 def __init__(self, world, identifier):
19 self.general.identifier = identifier 19 self.general.identifier = identifier