diff options
| author | tassaron | 2017-07-16 14:06:11 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-16 14:06:11 -0400 |
| commit | ec0abd190273b7b636c7085d7caed8220ab09172 (patch) | |
| tree | e29097e79504a1f03feda28483dd18acbeb09587 /src/main.py | |
| parent | 17c8a6703a8093d31c6772ba3b8d9ee01adaa0da (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.py | 2 |
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: |
