Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Apr 23, 2019
1 parent 3cb734f commit 95d8bf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asammdf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import sys
import site
from pathlib import Path

sys.path.insert(0, HERE)

block_cipher = None

a = Analysis(['asammdf\\gui\\asammdfgui.py'],
Expand Down
3 changes: 3 additions & 0 deletions asammdf_noconsole.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import sys
import site
from pathlib import Path

HERE = Path(__file__).resolve().parent
sys.path.insert(0, HERE)

block_cipher = None

a = Analysis(['asammdf\\gui\\asammdfgui.py'],
Expand Down

0 comments on commit 95d8bf4

Please sign in to comment.