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