]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/commitdiff
Remove frozen path
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 15 Jun 2016 08:07:20 +0000 (10:07 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 15 Jun 2016 08:07:20 +0000 (10:07 +0200)
music_sampler.py

index 9797c918073f4baa8033f85634b9c5163efc34e9..7933d50acfb1f701bf00acbab5a9c0af4057b413 100644 (file)
@@ -1,8 +1,4 @@
 import sys
-
-if getattr(sys, 'frozen', False):
-    os.chdir(sys._MEIPASS)
-
 import pygame
 import pydub
 import helpers