From: Jeremy Hylton Date: Tue, 4 Jun 2002 21:06:16 +0000 (+0000) Subject: Replace bogus bare variables with attribute access. X-Git-Tag: v2.3c1~5464 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b3996b2b93d134ca9528a3d6a7f4d2071973146;p=thirdparty%2FPython%2Fcpython.git Replace bogus bare variables with attribute access. --- diff --git a/Lib/distutils/command/bdist_sdux.py b/Lib/distutils/command/bdist_sdux.py index ee3822e9d3ac..875f3d88ce22 100644 --- a/Lib/distutils/command/bdist_sdux.py +++ b/Lib/distutils/command/bdist_sdux.py @@ -1,7 +1,8 @@ """distutils.command.bdist_pkgtool Implements the Distutils 'bdist_sdux' command to create HP-UX -swinstall depot""" +swinstall depot. +""" # Mark Alexander @@ -265,11 +266,11 @@ class bdist_sdux(bdist_packager.bdist_packager): #psf_file.extend([self.long_description]) if self.copyright: # XX make a copyright file XXX - write_script('copyright') + self.write_script('copyright') psf_file.extend([' copyright