Skip to content

Commit

Permalink
ImportError solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Aug 31, 2018
1 parent ba76781 commit afe6d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyGle/url/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def __init__(self, google_search_params):
self.params = google_search_params

def __params_validator(self):
from errors import TimeCombinationNonValid, MixedSearchException
from pyGle.errors import TimeCombinationNonValid, MixedSearchException

if self.params.search_between_two_dates and self.params.time_limit:
raise TimeCombinationNonValid("You cannot search between two dates and a define a time limit")
Expand Down

0 comments on commit afe6d39

Please sign in to comment.