From 8ad045695b74c8542057a3569bcb754edbf7d845 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 30 Jun 2009 21:27:15 +0000 Subject: [PATCH] fcntl module not used in scratchpad svn: r12746 --- src/ScratchPad.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ScratchPad.py b/src/ScratchPad.py index 573a4d3c0..8e8fd0866 100644 --- a/src/ScratchPad.py +++ b/src/ScratchPad.py @@ -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