1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-31 19:52:22 +00:00

setup.py: add comment, remove unused imports

This commit is contained in:
Thomas Waldmann 2019-03-14 00:28:59 +01:00
parent b516cf3c3f
commit 3166d145bb

View file

@ -1,10 +1,9 @@
# borgbackup - main setup code (see also other setup_*.py files)
import os
import io
import re
import sys
from collections import defaultdict
from collections import OrderedDict
from datetime import datetime
from glob import glob
try: