From 2be3393d774e2d858eebcb7393819f11afccf120 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Sun, 12 Aug 2007 01:26:17 +0200 Subject: [PATCH] s.py work --- systematiki.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systematiki.py b/systematiki.py index c786f81..e2d539c 100755 --- a/systematiki.py +++ b/systematiki.py @@ -62,6 +62,9 @@ def main(argv): backend_instance = backend_module.SystBack(*backend_options) frontend_instance = frontend_module.SystFront(*frontend_options) + + frontend_instance.set_back(backend_instance) + backend_instance.set_front(frontend_instance) if __name__ == "__main__": -- 2.11.4.GIT