docs/tools/codegrab.py
changeset 287 bbd0eb35aee8
parent 271 574511abf998
child 310 cbec783cfb81
--- a/docs/tools/codegrab.py	Tue Jun 20 09:15:50 2000 +0000
+++ b/docs/tools/codegrab.py	Tue Jun 20 11:35:08 2000 +0000
@@ -35,7 +35,7 @@
         #now the full path should be known, if it is in the
         #package
         
-        directory = apply(os.path.join, [packagepath] + words[1:-1])
+        directory = apply(os.path.join, tuple([packagepath] + words[1:-1]))
         modulename = words[-1]
         searchpath = [directory]