Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / disembl / biopython-1.50 / Bio / __init__.py
diff --git a/website/archive/binaries/mac/src/disembl/biopython-1.50/Bio/__init__.py b/website/archive/binaries/mac/src/disembl/biopython-1.50/Bio/__init__.py
new file mode 100644 (file)
index 0000000..dd350ee
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 2000 by Jeffrey Chang.  All rights reserved.
+# This code is part of the Biopython distribution and governed by its
+# license.  Please see the LICENSE file that should have been included
+# as part of this package.
+"""Collection of modules for dealing with biological data in Python.
+
+The Biopython Project is an international association of developers 
+of freely available Python tools for computational molecular biology.
+
+http://biopython.org
+"""
+
+__version__ = "1.50"
+
+class MissingExternalDependencyError(Exception):
+    pass