On Thu, 2011-07-28 at 15:39 +0200, Hartmut Goebel wrote: > Hi, > > I stepped over sys.pathex, which seams to be a hack for me. It is used > to pass the --paths option down into the modules (e.g hookutils) . If I > see it correctly, this was required in earlier version when there was no > PyInstaller module to import the information from there. > > I propose changing sys.pathex into PyInstaller.hooks.hookutils.pathex > since it is only used in the hooks.
Makes sense to me. Thanks! -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
