Skip to content

Commit

Permalink
fix: abs import for pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Oct 18, 2023
1 parent 3bbebde commit 3d7c91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dooit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import argparse
from importlib.metadata import version
from .ui.tui import Dooit
from dooit.ui.tui import Dooit


def main():
Expand Down

0 comments on commit 3d7c91e

Please sign in to comment.