Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-06-20 18:40:53 +0000
committerAnton Hvornum <anton.feeds@gmail.com>2019-06-20 18:40:53 +0000
commit565218eed2210b37fc74c0271df1655206782392 (patch)
tree120946647a03fbc7f16214ee1248bf27b628ab00 /archinstall.py
parent4e5f811d759bca474df42335bf803639a6b7c06d (diff)
Forgot to import time.. fml
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 0a85c04c..6be9cb48 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
import traceback
import os, re, struct, sys, json, pty, shlex
-import urllib.request, urllib.parse, ssl
+import urllib.request, urllib.parse, ssl, time
from glob import glob
from select import epoll, EPOLLIN, EPOLLHUP
from socket import socket, inet_ntoa, AF_INET, AF_INET6, AF_PACKET