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
1 changed files with 2 additions and 3 deletions

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: