Skip to content

Instantly share code, notes, and snippets.

View drandreaskrueger's full-sized avatar

drandreaskrueger

View GitHub Profile
@drandreaskrueger
drandreaskrueger / gist:75fe37dff5bff5e8f7f6
Created February 15, 2015 22:29
GIT player for: lockbyfile
import subprocess
subprocess.check_call("git clone https://github.com/drandreaskrueger/lockbyfile", shell=True)
import sys
sys.path.append(".")
import lockbyfile.testFLock
lockbyfile.testFLock()
@drandreaskrueger
drandreaskrueger / gist:556d019a7a0fd9648403
Created February 15, 2015 22:26
GIT player: lockbyfile
import subprocess
subprocess.check_call("git clone https://github.com/drandreaskrueger/lockbyfile", shell=True)
import sys
sys.path.append(".")
import lockbyfile.testFLock
lockbyfile.testFLock()