Skip to content

Commit

Permalink
Fixed absolute import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 23, 2018
1 parent 9253cc2 commit deb8fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoplot/util.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Provides utilities to convert data and projections
"""
from __future__ import absolute_import

from distutils.version import LooseVersion

Expand Down

0 comments on commit deb8fa1

Please sign in to comment.