From: Oleg Broytman Date: Sun, 11 Apr 2010 19:08:47 +0000 (+0000) Subject: Removed last traces of ReadyExec. X-Git-Tag: v4.0.0~26 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=52529b9239d2bad82b9b65ac3e77e2d327136aed Removed last traces of ReadyExec. git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@42 143022c7-580b-0410-bae3-87f2bf5d3141 --- 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')