> 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.

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to