index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 20:19:21 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 20:19:21 +0200 |
commit | 3d4eaec4662197e15b8f8c05fcefc2a5fa487da5 (patch) | |
tree | e33a9c4cf635f67972bab090dbb4a85021720bf2 /archinstall/lib | |
parent | 17a70eb9f459230e7e11beb724a68051b2f1c667 (diff) |
-rw-r--r-- | archinstall/lib/general.py | 2 |
diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index 2f4713d8..ff834241 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -1,6 +1,6 @@ import os, json, hashlib, shlex, sys import time, pty -from datetime import datetime +from datetime import datetime, date from subprocess import Popen, STDOUT, PIPE, check_output from select import epoll, EPOLLIN, EPOLLHUP from .exceptions import * |