How to reference a scraping file from a different scraping session

I have a series of scraping sessions with scraping files that are consistent across all sessions. How do you reference a scraping file in a different session? How do you pass the variable information between the sessions?

If sessions are accessing the scraping files concurrently is there anyway of keeping instance data separate and specific to the session accessing them?

There's not really a way to

There's not really a way to do that. I've oft wanted to make extractor patterns objects that you can call from different files/sessions. Hadn't thought of it with whole files though. Right now, the best move would be to copy the desired file into all the relevant sessions.

Nevermind

Never mind...but if it by some strange chance ended up on the development roadmap you wouldn't see any complaints here ;)