From 3d4eaec4662197e15b8f8c05fcefc2a5fa487da5 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 18 Oct 2020 20:19:21 +0200 Subject: Forgot an import --- archinstall/lib/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib') 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 * -- cgit v1.2.3-70-g09d2