From: Oleg Broytman Date: Sun, 19 Aug 2012 17:51:31 +0000 (+0000) Subject: There are too many global variables to delete, why this one? X-Git-Tag: v4.0.0~10 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=b05c6f3fe23536d05aeee43f74ff1a4c0c1fd520 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 --- 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