Skip to content

Commit 08995eb

Browse files
committed
Fix flet pack command
Fix #1552
1 parent fa2eceb commit 08995eb

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/packages/flet/src/flet/__pyinstaller

1 file changed

+1
-1
lines changed

sdk/python/packages/flet/src/flet/__pyinstaller/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.dir_util import copy_tree
55
from pathlib import Path
66

7-
from flet.utils import get_package_bin_dir
7+
from flet_runtime.utils import get_package_bin_dir
88

99

1010
def get_flet_bin_path():

0 commit comments

Comments
 (0)