virtual streams

This commit is contained in:
Vítor Santos Costa
2018-05-24 21:45:38 +01:00
parent 8607aee725
commit 7c934d3f40
9 changed files with 28 additions and 51 deletions

View File

@@ -145,6 +145,7 @@ class YAPShell:
# return
try:
engine = self.engine
engine.ReSet()
bindings = []
loop = False
g = python_query(self, query)
@@ -176,7 +177,6 @@ class YAPShell:
return False, None
except Exception as e:
print("Exception")
print(dir(e))
return False, None
def live(self, engine, **kwargs):
@@ -208,6 +208,7 @@ class YAPShell:
#
def __init__(self, engine, **kwargs):
self.engine = engine
self.live(engine)