[Biopython-dev] xbbtools-fix-import-tools-01.patch

Guido Draheim guidod-2003- at gmx.de
Sat Sep 6 12:45:05 EDT 2003


please apply.
-------------- next part --------------
Index: Scripts/xbbtools/./xbb_translations.py
===================================================================
RCS file: /home/repository/biopython/biopython/Scripts/xbbtools/xbb_translations.py,v
retrieving revision 1.4
diff -u -r1.4 xbb_translations.py
--- Scripts/xbbtools/./xbb_translations.py	2000/12/02 15:29:59	1.4
+++ Scripts/xbbtools/./xbb_translations.py	2003/09/06 16:40:03
@@ -14,7 +14,7 @@
 from Bio import Seq
 from Bio import Alphabet
 from Bio.Alphabet import IUPAC
-from Bio.Tools import Translate
+from Bio import Translate
 from Bio.Data import IUPACData
 
 
Index: Scripts/xbbtools/./xbb_widget.py
===================================================================
RCS file: /home/repository/biopython/biopython/Scripts/xbbtools/xbb_widget.py,v
retrieving revision 1.7
diff -u -r1.7 xbb_widget.py
--- Scripts/xbbtools/./xbb_widget.py	2001/09/04 07:42:30	1.7
+++ Scripts/xbbtools/./xbb_widget.py	2003/09/06 16:40:04
@@ -23,7 +23,7 @@
 from xbb_blast import BlastIt
 from xbb_search import XDNAsearch
 from xbb_help import xbbtools_help
-from Bio.Tools import Translate
+from Bio import Translate
 from Bio.sequtils import quick_FASTA_reader
 
 


More information about the Biopython-dev mailing list