mirror of
https://github.com/wassname/PyCRS.git
synced 2026-08-12 11:40:15 +08:00
Update utils.py
This commit is contained in:
+4
-1
@@ -2,7 +2,10 @@
|
|||||||
Misc utility functions related to crs formats and online services.
|
Misc utility functions related to crs formats and online services.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import urllib2
|
try:
|
||||||
|
import urllib.request as urllib2
|
||||||
|
except ImportError:
|
||||||
|
import urllib2
|
||||||
import re
|
import re
|
||||||
|
|
||||||
def build_crs_table(savepath):
|
def build_crs_table(savepath):
|
||||||
|
|||||||
Reference in New Issue
Block a user