diff --git a/modules/locationdata_test.py b/modules/locationdata_test.py index 108372f..8bcbe24 100644 --- a/modules/locationdata_test.py +++ b/modules/locationdata_test.py @@ -1,5 +1,5 @@ import unittest -from locationdata import * +from modules.locationdata import * class TestGetWeather(unittest.TestCase):