From: Oleg Broytman Date: Wed, 19 Dec 2007 10:42:31 +0000 (+0000) Subject: Simpler temp file name. X-Git-Tag: v4.5.3~255 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=a99768db3986f2b125c5b47928d999b38bd22d62 Simpler temp file name. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@121 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/check_urls.py b/check_urls.py index 057e023..ab1985b 100755 --- a/check_urls.py +++ b/check_urls.py @@ -6,8 +6,8 @@ """ -import sys, os, tempfile -tempfname = "check_urls" + tempfile.gettempprefix() + "tmp" +import sys, os +tempfname = "check_urls.tmp" def run():