We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5cf1e commit d253e32Copy full SHA for d253e32
docs/libraries_support.rst
@@ -17,7 +17,7 @@ You can use PyInstaller to packages PyWebIO application into a stand-alone execu
17
18
2. Edit the spec file, change the ``datas`` parameter of ``Analysis``::
19
20
- from pywebio.util import pyinstaller_datas
+ from pywebio.utils import pyinstaller_datas
21
22
a = Analysis(
23
...
docs/locales/zh_CN/LC_MESSAGES/libraries_support.po
@@ -61,7 +61,7 @@ msgstr "编辑生成的spec文件,将其中 ``Analysis`` 的 ``data`` 参数
61
62
#: ../../libraries_support.rst:18
63
msgid ""
64
-"from pywebio.util import pyinstaller_datas\n"
+"from pywebio.utils import pyinstaller_datas\n"
65
"\n"
66
"a = Analysis(\n"
67
" ...\n"
0 commit comments