← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol/openlp/trivial into lp:openlp

 

> Are there benefits of import os vs import os.path, or is import os.path wrong?

import os vs. import os.path is a funny thing. For example see http://stackoverflow.com/questions/2724348/should-i-use-import-os-path-or-import-os

import os.path does not make sense to me, because it actually imports os. I do not see a benefit in it.
-- 
https://code.launchpad.net/~googol/openlp/trivial/+merge/101741
Your team OpenLP Core is subscribed to branch lp:openlp.


References