Skip to content

Commit

Permalink
Merge pull request #247 from tonyg/repair-python-2.7-icu-import
Browse files Browse the repository at this point in the history
Explicitly specify absolute imports for icu.py. Closes #245 and #246.
  • Loading branch information
bear authored Jun 23, 2021
2 parents c553375 + 3e0a6cc commit 12bb4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsedatetime/pdt_locales/icu.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- encoding: utf-8 -*-
from __future__ import absolute_import

"""
pdt_locales
Expand Down

0 comments on commit 12bb4fb

Please sign in to comment.