Skip to content

Commit

Permalink
Use absolute import for ccd_sector
Browse files Browse the repository at this point in the history
PyInstaller doesn't support relative imports in an entry module
  • Loading branch information
jkmartindale committed May 25, 2020
1 parent 26726cc commit c602c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccd2iso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from typing import Any
from io import BytesIO
from .clonecd import ccd_sector
from ccd2iso.clonecd import ccd_sector
import contextlib
import os
import progressbar
Expand Down

0 comments on commit c602c2a

Please sign in to comment.