muxueqz преди 3 години
родител
ревизия
d253e320d4
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      docs/libraries_support.rst
  2. 1 1
      docs/locales/zh_CN/LC_MESSAGES/libraries_support.po

+ 1 - 1
docs/libraries_support.rst

@@ -17,7 +17,7 @@ You can use PyInstaller to packages PyWebIO application into a stand-alone execu
 
 2. Edit the spec file, change the ``datas`` parameter of ``Analysis``::
 
-    from pywebio.util import pyinstaller_datas
+    from pywebio.utils import pyinstaller_datas
 
     a = Analysis(
         ...

+ 1 - 1
docs/locales/zh_CN/LC_MESSAGES/libraries_support.po

@@ -61,7 +61,7 @@ msgstr "编辑生成的spec文件,将其中 ``Analysis`` 的 ``data`` 参数
 
 #: ../../libraries_support.rst:18
 msgid ""
-"from pywebio.util import pyinstaller_datas\n"
+"from pywebio.utils import pyinstaller_datas\n"
 "\n"
 "a = Analysis(\n"
 "    ...\n"