Browse Source

setup.py: add comment, remove unused imports

Thomas Waldmann 6 years ago
parent
commit
3166d145bb
1 changed files with 2 additions and 3 deletions
  1. 2 3
      setup.py

+ 2 - 3
setup.py

@@ -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: