mirror of
https://github.com/wassname/PyCRS.git
synced 2026-07-02 17:00:52 +08:00
Update loader.py
This commit is contained in:
+4
-1
@@ -3,7 +3,10 @@ Convenience functions for loading from different sources.
|
||||
"""
|
||||
|
||||
import json
|
||||
import urllib2
|
||||
try:
|
||||
import urllib.request as urllib2
|
||||
except ImportError:
|
||||
import urllib2
|
||||
from . import parser
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user