[Biopython-dev] xbbtools-fix-import-tools-01.patch
Jeffrey Chang
jchang at jeffchang.com
Sun Sep 7 02:03:18 EDT 2003
Patched. Thanks very much!
Jeff
On Saturday, September 6, 2003, at 09:45 AM, Guido Draheim wrote:
> please apply.
> 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
>
>
> _______________________________________________
> Biopython-dev mailing list
> Biopython-dev at biopython.org
> http://biopython.org/mailman/listinfo/biopython-dev
More information about the Biopython-dev
mailing list