mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
5e069ee711
Changed all if not's/if's for None's to if value is None/if value is not None Fix bug in fs where split never used os.altsep because if not always evaluated to False since there's almost always something in the list returned Fix the fixme on fs.isAbsolute where we needed to split the Windows drive letter off