Trying to construct modelspace
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
from pathlib import Path
|
||||
|
||||
from modelspace.Repository import Repository
|
||||
global_repo = Repository(str(Path('..') / 'repo'))
|
||||
|
||||
|
||||
class ExecutionError(RuntimeError): pass
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
from shell.Handlers.ABS import Handler, global_repo
|
||||
from shell.Handlers.ABS import Handler
|
||||
from modelspace.Repository import global_repo
|
||||
|
||||
|
||||
class ModelSpaceHandler(Handler):
|
||||
|
||||
Reference in New Issue
Block a user