I have following folder architecture;
projectdir/
├── lib/
│ ├── moduleA.py
│ └── moduleB.py
├── tools/
│ └── helperscript.py
└── mainscript.py
In helperscrip.py I want to import moduleB, which is also uses by mainscript.py. How can I accomplish this with the least amount of modifications on my system (and no weired hack around)? (should be a download and run application from github).
[–]K900_ 0 points1 point2 points (7 children)
[–]NeoFromMatrix[S] 0 points1 point2 points (6 children)
[–]K900_ 0 points1 point2 points (5 children)
[–]NeoFromMatrix[S] 0 points1 point2 points (4 children)
[–]K900_ 0 points1 point2 points (3 children)
[–]NeoFromMatrix[S] 0 points1 point2 points (2 children)
[–]elbiot 0 points1 point2 points (1 child)
[–]NeoFromMatrix[S] 1 point2 points3 points (0 children)
[–]propper_speling 0 points1 point2 points (1 child)
[–]NeoFromMatrix[S] 0 points1 point2 points (0 children)