From: Ismaƫl Bouya Date: Wed, 15 Jun 2016 08:07:20 +0000 (+0200) Subject: Remove frozen path X-Git-Tag: 1.0.0~103 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=4866eb9b13dc329c8a2bb53d410f5d779c165c76;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git Remove frozen path --- diff --git a/music_sampler.py b/music_sampler.py index 9797c91..7933d50 100644 --- a/music_sampler.py +++ b/music_sampler.py @@ -1,8 +1,4 @@ import sys - -if getattr(sys, 'frozen', False): - os.chdir(sys._MEIPASS) - import pygame import pydub import helpers