diff components/change_map.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 939984cff702
children
line wrap: on
line diff
--- a/components/change_map.py	Sat Mar 24 09:59:46 2012 +0100
+++ b/components/change_map.py	Tue Mar 27 13:41:20 2012 +0200
@@ -12,7 +12,7 @@
 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 from base import Base
-from parpg.bGrease.geometry import Vec2d
+from bGrease.geometry import Vec2d
 
 class ChangeMap(Base):
     """Component that allows an entity to be contained by Container entity."""