Skip to content
Snippets Groups Projects
Commit 14844cbd authored by juergen's avatar juergen
Browse files

fixed import statements for rule-based builder example

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2070 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent a09ccf92
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@ create a new instance of a !RuleBasedBuilder and register it in the builder
registry of the conop module. In Python, this can be achieved with
\code
import conop
from ost import conop
compound_lib=conop.CompoundLib.Load('...')
rbb=conop.RuleBasedBuilder(compound_lib)
conop.Conopology.Instance().RegisterBuilder(rbb,'rbb')
......@@ -70,7 +70,7 @@ information on how to create the neccessary files to use the rule-based builder.
The high level interface is exposed by the Conopoloy singleton instance:
\code
import conop
from ost import conop
cc=conop.Conopology.Instance()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment