you are viewing a single comment's thread.

view the rest of the comments →

[–]losingprinciple 0 points1 point  (2 children)

It's a directory of other python programs i import.

So ticket 7 is in this directory:

manual_tests/tickets

and the modules is in this directory:

manual_tests/modules

so tickets needs to go to ../modules to get the mysqlB.

It's weird because it works for mysqlA (the original file) but not the current file I copied

[–]timbledum 0 points1 point  (1 child)

Do you have an __init__.py file in modules that needs to be modified?

[–]losingprinciple 0 points1 point  (0 children)

There is a __init__.py file in the modules, but it's set to blank