]> granicus.if.org Git - python/commitdiff
Replace bogus bare variables with attribute access.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 21:06:16 +0000 (21:06 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 21:06:16 +0000 (21:06 +0000)
Lib/distutils/command/bdist_sdux.py

index ee3822e9d3ac6836cb02d5805911bf5be4868582..875f3d88ce220bad796f9a707d64552ef144fbdc 100644 (file)
@@ -1,7 +1,8 @@
 """distutils.command.bdist_pkgtool
 
 Implements the Distutils 'bdist_sdux' command to create HP-UX 
-swinstall depot"""
+swinstall depot.
+"""
 
 # Mark Alexander <slash@dotnetslash.net>
 
@@ -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         <copyright'])
         if self.readme:
             # XX make a readme file XXX
-            write_script('readme')
+            self.write_script('readme')
             psf_file.extend(['    readme            <readme'])
 
         psf_file.extend(['    fileset'])    # start fileset