Hacker News new | ask | show | jobs
by rpedela 4602 days ago
Does Python 3 fix the import system? Can I import a file from any location in the file system?
1 comments

you always could, see __import__ and imp module.