index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-07 23:56:17 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-07-07 23:56:17 +0000 |
commit | 60f581319f99afbd678b4f5f56193d588228cbe2 (patch) | |
tree | 54bad414cc43893b4316f3c0d9af191ea7ecdea2 /archinstall/lib | |
parent | e17fac498a778d5f6c83a40d2334a2af7a0e5397 (diff) |
-rw-r--r-- | archinstall/lib/general.py | 1 |
diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index 31f81413..b0de39a7 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -2,6 +2,7 @@ import os, json, hashlib, shlex, sys import time, pty from subprocess import Popen, STDOUT, PIPE, check_output from select import epoll, EPOLLIN, EPOLLHUP +from .exceptions import * def log(*args, **kwargs): string = ' '.join([str(x) for x in args]) |