pmpp <pmpp....@gmail.com> added the comment:
hi you are obsverving that because current working directory is set *first* in sys.path as a commodity you can avoid that with import sys,os sys.path.remove( os.getcwd() ) at the start of your program. otherwise usually it is wise to put user module in a package and choose its name with care. ---------- nosy: +pmpp _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35375> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com