Wrong relative import, corrected to avoid .lib.lib.exceptions
This commit is contained in:
parent
fd3bcdd7db
commit
0e8130af9a
|
|
@ -1,6 +1,6 @@
|
||||||
import urllib.request, urllib.parse
|
import urllib.request, urllib.parse
|
||||||
import ssl, json
|
import ssl, json
|
||||||
from .lib.exceptions import *
|
from .exceptions import *
|
||||||
|
|
||||||
BASE_URL = 'https://www.archlinux.org/packages/search/json/?name={package}'
|
BASE_URL = 'https://www.archlinux.org/packages/search/json/?name={package}'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue