pygridtools/gridmap

Should prepend module path to sys.path instead of append

dan-blanchard opened this issue · 0 comments

Currently you can run into crazy problems if you two python modules with the same name (that aren't in packages) that are both in your sys.path. Obviously not something that people should experience often, but I had slightly different versions of the same quick temporary script in two directories and was baffled by the errors I was getting.