]> git.phdru.name Git - bookmarks_db.git/commitdiff
Simpler temp file name.
authorOleg Broytman <phd@phdru.name>
Wed, 19 Dec 2007 10:42:31 +0000 (10:42 +0000)
committerOleg Broytman <phd@phdru.name>
Wed, 19 Dec 2007 10:42:31 +0000 (10:42 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@121 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

check_urls.py

index 057e023e7eb675026b85ec7f364bc988431e2ca4..ab1985ba01b95d4fa45c5b84e484ceed61dfd3c9 100755 (executable)
@@ -6,8 +6,8 @@
 """
 
 
-import sys, os, tempfile
-tempfname = "check_urls" + tempfile.gettempprefix() + "tmp"
+import sys, os
+tempfname = "check_urls.tmp"
 
 
 def run():