Revision b9463109
Added by Vincent Le Goff over 4 years ago
src/sharp/engine.py | ||
---|---|---|
63 | 63 |
globals = self.globals |
64 | 64 |
locals = self.locals |
65 | 65 |
for instruction in instructions: |
66 |
print "Execute", instruction |
|
67 | 66 |
exec(instruction, globals, locals) |
68 | 67 |
|
69 | 68 |
def feed(self, content): |
Also available in: Unified diff
Remove debug code from the SharpScript engine