diff options
| author | Barry Warsaw | 2008-12-18 23:17:32 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-12-18 23:17:32 -0500 |
| commit | 9d6ea4e8749448c07d3ec2fac21ca73c03931726 (patch) | |
| tree | 1bf7340b34cf350d3ae29d69bf5487e373f372fe /setup.py | |
| parent | 12513c7d0fc1f5d2a1aabda349637309f6e8300b (diff) | |
| download | mailman-9d6ea4e8749448c07d3ec2fac21ca73c03931726.tar.gz mailman-9d6ea4e8749448c07d3ec2fac21ca73c03931726.tar.zst mailman-9d6ea4e8749448c07d3ec2fac21ca73c03931726.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ for dirpath, dirnames, filenames in os.walk(start_dir): # XXX The 'bin/' prefix here should be configurable. -template = Template('bin/$script = mailman.bin.$script:main') +template = Template('$script = mailman.bin.$script:main') scripts = set( template.substitute(script=script) for script in mailman.bin.__all__ |
