Removed Queue.py. It's documented now.
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 76062c2..eeaaec9 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -125,8 +125,6 @@
These modules are probably also obsolete, or just not very useful.
-Queue.py -- A multi-producer, multi-consumer queue
-
bisect.py -- Bisection algorithms (this is actually useful at times)
dump.py -- Print python code that reconstructs a variable
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index 76062c2..eeaaec9 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -125,8 +125,6 @@
These modules are probably also obsolete, or just not very useful.
-Queue.py -- A multi-producer, multi-consumer queue
-
bisect.py -- Bisection algorithms (this is actually useful at times)
dump.py -- Print python code that reconstructs a variable