sb: Use shebang env python

Closes #4037
This commit is contained in:
Chris Johns
2020-08-25 21:21:50 +10:00
parent 40af487dfc
commit 650c6f9933
46 changed files with 469 additions and 713 deletions

View File

@@ -37,13 +37,13 @@ except ImportError:
import urllib2 as urllib_request
import urlparse as urllib_parse
import cvs
import error
import git
import log
import path
import sources
import version
from . import cvs
from . import error
from . import git
from . import log
from . import path
from . import sources
from . import version
def _do_download(opts):
download = True