From 14844cbd68a484a6b3edaf02226b4c603ab7a012 Mon Sep 17 00:00:00 2001 From: juergen <juergen@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Wed, 21 Apr 2010 08:13:23 +0000 Subject: [PATCH] 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 --- modules/conop/doc/conop.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/conop/doc/conop.dox b/modules/conop/doc/conop.dox index 1ef7fffbd..c59b5a5b1 100644 --- a/modules/conop/doc/conop.dox +++ b/modules/conop/doc/conop.dox @@ -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() -- GitLab