summaryrefslogtreecommitdiff
path: root/exts/pip.find_deps
diff options
context:
space:
mode:
Diffstat (limited to 'exts/pip.find_deps')
-rwxr-xr-xexts/pip.find_deps8
1 files changed, 0 insertions, 8 deletions
diff --git a/exts/pip.find_deps b/exts/pip.find_deps
index 17f65b2..a868829 100755
--- a/exts/pip.find_deps
+++ b/exts/pip.find_deps
@@ -287,14 +287,6 @@ def find_runtime_deps(source, name, version=None):
return runtime_deps
-import time
-
-def handler(signal, frame):
- with open('/tmp/handler.txt', 'w'):
- f.write('hello there\n')
- f.flush()
- sys.exit(1)
-
def main():
if len(sys.argv) not in [3, 4]:
print('usage: %s PACKAGE_SOURCE_DIR NAME [VERSION]' % sys.argv[0])