comparison 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
comparison
equal deleted inserted replaced
187:ab6a0fd1668a 188:2a12e2843984
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 collections import deque 14 from collections import deque
15 from copy import deepcopy 15 from copy import deepcopy
16 16
17 from parpg.bGrease import System 17 from bGrease import System
18 18
19 class Script(object): 19 class Script(object):
20 """Script object""" 20 """Script object"""
21 21
22 def __init__(self, actions, system): 22 def __init__(self, actions, system):