X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=blobdiff_plain;f=music_sampler%2Flock.py;h=5befe33cc32eadeaf66c87e6832857a65852216f;hp=9beafcde60c80b789b46839ae462c71245727593;hb=6ebe62478a49df22c55ef6a2b1200473500a7f80;hpb=63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e diff --git a/music_sampler/lock.py b/music_sampler/lock.py index 9beafcd..5befe33 100644 --- a/music_sampler/lock.py +++ b/music_sampler/lock.py @@ -1,6 +1,6 @@ import threading -from . import debug_print +from .helpers import debug_print class Lock: def __init__(self, lock_type):