Mega Code Archive

 
Categories / Python Tutorial / Statement
 

Modules can be imported directly using the package or module name

# Items in submodules must be accessed explicitly including the full  package name. import os print os.path.abspath(".")