From 6b3996b2b93d134ca9528a3d6a7f4d2071973146 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Tue, 4 Jun 2002 21:06:16 +0000 Subject: [PATCH] Replace bogus bare variables with attribute access. --- Lib/distutils/command/bdist_sdux.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Lib/distutils/command/bdist_sdux.py b/Lib/distutils/command/bdist_sdux.py index ee3822e9d3..875f3d88ce 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