aboutsummaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
authortassaron2017-07-16 14:06:11 -0400
committertassaron2017-07-16 14:06:11 -0400
commitec0abd190273b7b636c7085d7caed8220ab09172 (patch)
treee29097e79504a1f03feda28483dd18acbeb09587 /src/main.py
parent17c8a6703a8093d31c6772ba3b8d9ee01adaa0da (diff)
apply complex filters to audio streams from components
tons of sound options could be given now, + installation using setup.py
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py
index 317237c..6a9a25e 100644
--- a/src/main.py
+++ b/src/main.py
@@ -12,7 +12,7 @@ def main():
wd = os.path.dirname(os.path.realpath(__file__))
# make local imports work everywhere
- sys.path.append(wd)
+ sys.path.insert(0, wd)
mode = 'GUI'
if len(sys.argv) > 2: