Deuxieme simplification
darcs-hash:20060205001905-d1718-9afcb0b1a3dfb7b0df0cf69be90eda7151a5a98d.gz
This commit is contained in:
parent
8f9671adbd
commit
d593a7111a
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ def make_lock(lock_name, lock_comment='',nowait=0, quiet=False) :
|
|||
|
||||
def remove_lock( lock_name ) :
|
||||
""" Destruction du lock """
|
||||
return
|
||||
# On créé une zone d'exclusion
|
||||
lock_dir = '/var/lock/gestion'
|
||||
lock_file = "%s/%s" % (lock_dir, lock_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue