In python, I have some scripts: scritp1.py, script2.py, etc. And some users: user1, user2, etc.
The scripts have some lines equal.
I need pass only one script to each user. I can't use a general module, because each user are in different computer, and I don't have a simple and automatic way to update the module.
but, I can make some similar to concatenate the module to each script...
for each script, how I can get one file with particular script lines and module dependencies ?