mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 22:31:00 +00:00
glitch
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@106 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
7f4b5434a0
commit
e43a9da0fa
2 changed files with 2 additions and 1 deletions
|
|
@ -5,5 +5,6 @@ test.prof
|
|||
*.so
|
||||
*.o
|
||||
build
|
||||
linkchecker
|
||||
linkchecker-*.tar.gz
|
||||
MANIFEST
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -76,7 +76,7 @@ class LCDistribution(Distribution):
|
|||
f = open("linkcheck/__init__.py","w")
|
||||
f.write(t.fill_in({"install_data": inst.install_data}))
|
||||
f.close()
|
||||
t = Template.Template("linkchecker.tmpl")
|
||||
t = Template("linkchecker.tmpl")
|
||||
f = open("linkchecker","w")
|
||||
f.write(t.fill_in({"syspath": "# sys.path augmentation not needed"}))
|
||||
f.close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue