Best practice for adding custom python modules?

What is the best practice for adding custom python modules?

For now I’ve created a new folder called “python” in custom of the repository root and added that to the additional search paths for python in repository settings. It seems to be working.

Using Deadline 6

That seems perfectly reasonable to me, it’s the way I’d do it.

The only other way I can think of would be to maintain local copies, and unless you’re really worried about loading the python module over the network, it doesn’t seem worth that headache.