Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Python single instance (cross-platform)

Originally published: 2013-02-28 04:14:07
Last updated: 2013-02-28 04:14:08
Author: Deepak

Yet another way to get a single instance application. This recipe uses file locking only.