Commit 04b1cfb0 authored by Fabien Morin's avatar Fabien Morin

remove unused variable


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29732 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7802366d
......@@ -364,7 +364,6 @@ class TemplateTool (BaseTool):
if WIN:
if os.path.isdir(os.path.normpath(url)) or \
os.path.isfile(os.path.normpath(url)):
urltype = 'file'
name = os.path.normpath(url)
return os.path.exists(os.path.normpath(name))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment