Skip to content

Commit

Permalink
Update main.py to use Package
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxcksn committed Oct 4, 2023
1 parent cdf33f7 commit 59bcc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSMD/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
)


from install import Installer
from FSMD.install import Installer

TEMPDIR = (
"/tmp" if platform.system() == "Darwin" else os.path.normpath(tempfile.gettempdir())
Expand Down

0 comments on commit 59bcc18

Please sign in to comment.