diff options
Diffstat (limited to 'release/rtool.py')
-rwxr-xr-x | release/rtool.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/release/rtool.py b/release/rtool.py index 0eda7e6c..a3f49914 100755 --- a/release/rtool.py +++ b/release/rtool.py @@ -1,11 +1,9 @@ #!/usr/bin/env python3 import contextlib -import fnmatch import os import sys import platform -import re import runpy import shlex import subprocess @@ -14,7 +12,6 @@ import zipfile from os.path import join, abspath, dirname import click -import pysftp # https://virtualenv.pypa.io/en/latest/userguide.html#windows-notes # scripts and executables on Windows go in ENV\Scripts\ instead of ENV/bin/ |