diff -r af7e21f3b2d9 -r 7f5ce4bbdd7b setup.py --- a/setup.py Sat Jul 02 13:39:40 2005 -0800 +++ b/setup.py Sat Jul 02 13:40:15 2005 -0800 @@ -1,6 +1,6 @@ #!/usr/bin/env python - -# This is the mercurial setup script. +# +# This is the mercurial setup script. # # './setup.py install', or # './setup.py --help' for more options @@ -35,7 +35,7 @@ data_files=[('mercurial/templates', ['templates/map'] + glob.glob('templates/map-*') + - glob.glob('templates/*.tmpl'))], + glob.glob('templates/*.tmpl'))], cmdclass = { 'install_data' : install_package_data }, scripts=['hg', 'hgmerge']) finally: