On Sat, Nov 10, 2018 at 10:52 AM danish bluecheese <danish.blueche...@gmail.com> wrote: > > └── src > ├── __init__.py > ├── main.py > └── test > ├── __init__.py > └── test_main.py > > assume the structure above. To be able to use relative imports with such > fundamental structure either i can go for sys.path hacks or could run as a > module from one further level parent. > I do not like this :D want to be able to use relational imports freely as > soon as I provide correct relational path. > > Please let me know, if it is not clear on any aspect.
The main thing that's not clear here is what you're proposing. What is the idea under discussion? ChrisA _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/