79305031

Date: 2024-12-24 07:51:41
Score: 1
Natty:
Report link

To solve this you can run your Python script with the PYTHONPATH set to the foo directory, allowing Python to find bar.pyro from within foo:

$ PYTHONPATH=foo python3 bar/burp/cache.py

This tells Python to treat the foo directory as part of the module search path.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pratyush Goutam