When I try and run the tests I get this error
Traceback (most recent call last):
File "test.py", line 7, in
find_gae_sdk()
File "/my/local/path/api/utils.py", line 28, in find_gae_sdk
from gae_path.util import gae_sdk_path, add_gae_sdk_path
ImportError: No module named gae_path.util
When I try and run the tests I get this error
Traceback (most recent call last):
File "test.py", line 7, in
find_gae_sdk()
File "/my/local/path/api/utils.py", line 28, in find_gae_sdk
from gae_path.util import gae_sdk_path, add_gae_sdk_path
ImportError: No module named gae_path.util