Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / globplot / biopython-1.50 / Bio / writers / SeqRecord / empty.py
diff --git a/website/archive/binaries/mac/src/globplot/biopython-1.50/Bio/writers/SeqRecord/empty.py b/website/archive/binaries/mac/src/globplot/biopython-1.50/Bio/writers/SeqRecord/empty.py
deleted file mode 100644 (file)
index b54f072..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-"""Part of an old unused and undocumented sequence writing framework (DEPRECATED)."""
-from Bio import Writer
-
-class WriteEmpty(Writer.Writer):
-    pass
-
-make_writer = WriteEmpty