fcntl module not used in scratchpad
svn: r12746
This commit is contained in:
parent
14878bc410
commit
8ad045695b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user