Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall/lib/packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/packages.py b/archinstall/lib/packages.py
index 29728abc..2f5ebe94 100644
--- a/archinstall/lib/packages.py
+++ b/archinstall/lib/packages.py
@@ -1,6 +1,6 @@
import urllib.request, urllib.parse
import ssl, json
-from .lib.exceptions import *
+from .exceptions import *
BASE_URL = 'https://www.archlinux.org/packages/search/json/?name={package}'