mirror of
https://github.com/wassname/PyCRS.git
synced 2026-06-27 16:10:29 +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.
|
||||
"""
|
||||
|
||||
import urllib2
|
||||
try:
|
||||
import urllib.request as urllib2
|
||||
except ImportError:
|
||||
import urllib2
|
||||
import re
|
||||
|
||||
def build_crs_table(savepath):
|
||||
|
||||
Reference in New Issue
Block a user