diff systems/scriptingsystem.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 230d316cc43b
children
line wrap: on
line diff
--- a/systems/scriptingsystem.py	Sat Mar 24 09:59:46 2012 +0100
+++ b/systems/scriptingsystem.py	Tue Mar 27 13:41:20 2012 +0200
@@ -14,7 +14,7 @@
 from collections import deque
 from copy import deepcopy
 
-from parpg.bGrease import System
+from bGrease import System
 
 class Script(object):
     """Script object"""