[Python-ideas] PEP for executing a module in a package containing relative imports (original) (raw)
Josiah Carlson jcarlson at uci.edu
Sat Apr 21 23:09:23 CEST 2007
- Previous message: [Python-ideas] PEP for executing a module in a package containing relative imports
- Next message: [Python-ideas] PEP for executing a module in a package containing relative imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
After reading other posts in the thread, I'm going to put my support into the sys.main variant. It has all of the benefits of the builtin name == main, with none of the drawbacks (no builtin!), and only a slight annoyance of 'import sys', which is more or less free.
- Josiah
- Previous message: [Python-ideas] PEP for executing a module in a package containing relative imports
- Next message: [Python-ideas] PEP for executing a module in a package containing relative imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]