fcntl module not used in scratchpad

svn: r12746
This commit is contained in:
Benny Malengier 2009-06-30 21:27:15 +00:00
parent 14878bc410
commit 8ad045695b

View File

@ -30,12 +30,6 @@ import os
from xml.sax.saxutils import escape
from time import strftime as strftime
try:
import fcntl
use_lock = True
except:
use_lock = False
#-------------------------------------------------------------------------
#
# GTK/Gnome modules