]> git.phdru.name Git - xsetbg.git/commitdiff
Removed last traces of ReadyExec.
authorOleg Broytman <phd@phdru.name>
Sun, 11 Apr 2010 19:08:47 +0000 (19:08 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 11 Apr 2010 19:08:47 +0000 (19:08 +0000)
git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@42 143022c7-580b-0410-bae3-87f2bf5d3141

xsetbg.py

index d3336ade1a3631a0ac630f6d16de26100209b6c8..930a65fbf4719130c1bc2de59c1b4b5fb4ef44b1 100755 (executable)
--- a/xsetbg.py
+++ b/xsetbg.py
@@ -107,9 +107,7 @@ import anydbm, shelve
 from time import time
 from fcntl import flock, LOCK_EX, LOCK_UN, LOCK_NB
 
-# Import pickle and all anydbm/shelve internal machinery, so that
-# when ReadyExec forks they will be ready.
-# Also create the database if it is not exists yet.
+# Create the database if it is not exists yet.
 
 try:
    global_db = shelve.open(global_db_name, flag='c')