index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-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 * |