Package Bio :: Package Parsers
[hide private]
[frames] | no frames]

Source Code for Package Bio.Parsers

 1  """Third party and other parsers useful internally to Biopython (DEPRECATED). 
 2  """ 
 3  import warnings 
 4  import Bio 
 5  warnings.warn("Bio.Parsers (including our copy of SPARK) and the only part " 
 6                "of Biopython which used it, Bio.GenBank.LocationParser, are " 
 7                "now deprecated and will be removed in a future release of " 
 8                "Biopython. If you want to continue to use any of this code, " 
 9                "please get in contact with the Biopython developers via " 
10                "the mailing lists to avoid its permanent removal from " 
11                "Biopython.", Bio.BiopythonDeprecationWarning) 
12