mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-22 14:12:07 -07:00
Setup: clean up imports
This commit is contained in:
@@ -11,12 +11,13 @@ import urllib.request
|
||||
import io
|
||||
import json
|
||||
import threading
|
||||
import platform
|
||||
import subprocess
|
||||
import pkg_resources
|
||||
|
||||
from collections.abc import Iterable
|
||||
from hashlib import sha3_512
|
||||
from pathlib import Path
|
||||
import subprocess
|
||||
import pkg_resources
|
||||
|
||||
|
||||
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user