On Wednesday, October 7, 2015 at 11:46:05 PM UTC-7, Terry Reedy wrote:
> On 10/8/2015 2:24 AM, DBS wrote:
> > I'm using Python 3.5 and have two python scripts where one needs
> > access to a class in the other script for authentication purposes.
>
> Any python .py file can be either run as a main
On 10/8/2015 2:24 AM, DBS wrote:
I'm using Python 3.5 and have two python scripts where one needs
access to a class in the other script for authentication purposes.
Any python .py file can be either run as a main program or module (ie,
script) or imported as a module by another module. If a f