Skip to content
Snippets Groups Projects
Commit 4fd00f33 authored by marco's avatar marco
Browse files

import alg modules

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2654 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 608181a4
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,4 @@ ...@@ -18,3 +18,4 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
from _img import * from _img import *
MapHandle=ImageHandle MapHandle=ImageHandle
from ost.img import alg
...@@ -16,4 +16,6 @@ ...@@ -16,4 +16,6 @@
# along with this library; if not, write to the Free Software Foundation, Inc., # along with this library; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
from _mol import * from _mol import *
\ No newline at end of file import ost.geom as _geom
from ost.mol import alg
\ No newline at end of file
...@@ -16,4 +16,5 @@ ...@@ -16,4 +16,5 @@
# along with this library; if not, write to the Free Software Foundation, Inc., # along with this library; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
from _seq import * from _seq import *
\ No newline at end of file from ost.seq import alg
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment