From b05c6f3fe23536d05aeee43f74ff1a4c0c1fd520 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 19 Aug 2012 17:51:31 +0000 Subject: [PATCH] There are too many global variables to delete, why this one? git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@58 143022c7-580b-0410-bae3-87f2bf5d3141 --- xsetbg.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/xsetbg.py b/xsetbg.py index 6237ac7..db49a1b 100755 --- a/xsetbg.py +++ b/xsetbg.py @@ -106,8 +106,6 @@ if config.has_option("httpd", "port"): else: error("Config must specify a port to listen. Abort.") -del config - os.umask(0066) # octal; -rw-------; make the global persistent dictionary # readable only by the user -- 2.39.2