Package Biskit :: Package Mod
[hide private]
[frames] | no frames]

Source Code for Package Biskit.Mod

 1  ## 
 2  ## Biskit, a toolkit for the manipulation of macromolecular structures 
 3  ## Copyright (C) 2004-2006 Raik Gruenberg & Johan Leckner 
 4  ## 
 5  ## This program is free software; you can redistribute it and/or 
 6  ## modify it under the terms of the GNU General Public License as 
 7  ## published by the Free Software Foundation; either version 2 of the 
 8  ## License, or any later version. 
 9  ## 
10  ## This program is distributed in the hope that it will be useful, 
11  ## but WITHOUT ANY WARRANTY; without even the implied warranty of 
12  ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
13  ## General Public License for more details. 
14  ## 
15  ## You find a copy of the GNU General Public License in the file 
16  ## license.txt along with this program; if not, write to the Free 
17  ## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
18  ## 
19  ## 
20  import Biskit as B 
21   
22  try: 
23   
24      from Aligner import Aligner 
25      from Modeller import Modeller 
26      from SequenceSearcher import SequenceSearcher 
27      from TemplateSearcher import TemplateSearcher 
28      from TemplateCleaner import TemplateCleaner 
29   
30  except ImportError, why: 
31      B.EHandler.warning( 'Error importing Biskit/Mod modules', trace=1 ) 
32