]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg.py
Removed last traces of ReadyExec.
[xsetbg.git] / 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')