Skip to content

Commit

Permalink
Merge pull request #32 from ocefpaf/import_sys
Browse files Browse the repository at this point in the history
Import sys
  • Loading branch information
jswhit committed Dec 11, 2015
2 parents fde88ba + 264d3ab commit 6725a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pyproj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """

import sys
from pyproj import _proj
from pyproj.datadir import pyproj_datadir
__version__ = _proj.__version__
Expand Down

0 comments on commit 6725a92

Please sign in to comment.