Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 431 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 431 Bytes

usercustomize-entrypoints

A very simple library that makes a python module called usercustomize available. Python's site module gives sitecustomize and usercustomize, special treatment by importing it after it is done looking for and processing .pth files.

What this package does, is finding all registered usercustomize entry-points and, if they are callable, calls them.