From 52529b9239d2bad82b9b65ac3e77e2d327136aed Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 11 Apr 2010 19:08:47 +0000 Subject: [PATCH] Removed last traces of ReadyExec. git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@42 143022c7-580b-0410-bae3-87f2bf5d3141 --- xsetbg.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xsetbg.py b/xsetbg.py index d3336ad..930a65f 100755 --- 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') -- 2.39.2