You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of Python files in the repo use sys.path.append(...) to place other directories on the Python path. They really should be properly namespaced packages. Here's the list:
Lots of Python files in the repo use
sys.path.append(...)
to place other directories on the Python path. They really should be properly namespaced packages. Here's the list:The text was updated successfully, but these errors were encountered: