]> git.phdru.name Git - xsetbg.git/commitdiff
There are too many global variables to delete, why this one?
authorOleg Broytman <phd@phdru.name>
Sun, 19 Aug 2012 17:51:31 +0000 (17:51 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 19 Aug 2012 17:51:31 +0000 (17:51 +0000)
git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@58 143022c7-580b-0410-bae3-87f2bf5d3141

xsetbg.py

index 6237ac729bf12f2e209cd97b50abb05785347913..db49a1b827b0faf52861eadabd82e9fcd61e8c2f 100755 (executable)
--- 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