ensure_filename() only takes one argument.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:45:17 +0000 (20:45 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:45:17 +0000 (20:45 +0000)
commitec772744c7802fe7591b542ebe1116124b6f9312
tree35bda1bf41a03b7681fa1fdd4d532b5fc9b3a086
parentadb2b385438f23f48988a080ac44c3b7bb1b38e9
ensure_filename() only takes one argument.

Call ensure_string() with one arg too, since the second value passed
was the default.
Lib/distutils/command/bdist_packager.py