X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eed8659474aaf84eb8db85060ebee455165d8137..db93f8f85bdd49f8c30ad600cffdb4fcab1538c8:/wxPython/docs/MigrationGuide.html diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html index 7760074c6c..ad62e24fa1 100644 --- a/wxPython/docs/MigrationGuide.html +++ b/wxPython/docs/MigrationGuide.html @@ -776,8 +776,8 @@ things work.
site-packages, a file named wx.pth is optionally installed that will contain the name of the versioned subdirectory. This will cause that subdirectory to be automatically added to the sys.path and so doing an -"import wx" will find the package in the subdirectory like like it -would have if it was still located directly in site-packages. I say +"import wx" will find the package in the subdirectory like it would +have if it was still located directly in site-packages. I say "optionally" above because that is how you can control which install of wxPython is the default one. Which ever version installs the wx.pth file will be the one that is imported with a plain "import wx"