comparison components/change_map.py @ 65:e856b604b650

Changed "import bGrease" to "import parpg.bGrease".
author KarstenBock@gmx.net
date Wed, 21 Sep 2011 16:10:14 +0200
parents e2004c9549d7
children 939984cff702
comparison
equal deleted inserted replaced
64:b73050f98411 65:e856b604b650
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 bGrease.component import Component 14 from parpg.bGrease.component import Component
15 from bGrease.geometry import Vec2d 15 from parpg.bGrease.geometry import Vec2d
16 16
17 class ChangeMap(Component): 17 class ChangeMap(Component):
18 """Component that allows an entity to be contained by Container entity.""" 18 """Component that allows an entity to be contained by Container entity."""
19 19
20 def __init__(self): 20 def __init__(self):