mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
try supporting py38
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
"""
|
||||
|
||||
# remove when we don't support py38 anymore
|
||||
from __future__ import annotations
|
||||
import argparse
|
||||
import os
|
||||
import shutil
|
||||
|
||||
@@ -6,6 +6,8 @@ site if necessary.
|
||||
|
||||
"""
|
||||
|
||||
# remove when we don't support py38 anymore
|
||||
from __future__ import annotations
|
||||
import os
|
||||
import logging
|
||||
import time
|
||||
|
||||
@@ -5,6 +5,8 @@ processing.
|
||||
|
||||
"""
|
||||
|
||||
# remove when we don't support py38 anymore
|
||||
from __future__ import annotations
|
||||
from datetime import datetime
|
||||
import logging
|
||||
from urllib.parse import urlsplit, urlunsplit
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
"""
|
||||
|
||||
# remove when we don't support py38 anymore
|
||||
from __future__ import annotations
|
||||
import configparser
|
||||
import argparse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user