Browse Source

Remove alias installdir in custom script boilerplate

Thomas Kluyver 4 years ago
parent
commit
719708f20a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      doc/cfgfile.rst

+ 0 - 1
doc/cfgfile.rst

@@ -44,7 +44,6 @@ Application section
        import site
 
        scriptdir, script = os.path.split(__file__)
-       installdir = scriptdir  # for compatibility with commands
        pkgdir = os.path.join(scriptdir, 'pkgs')
        # Ensure .pth files in pkgdir are handled properly
        site.addsitedir(pkgdir)