summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-12-02 16:41:34 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-12-02 16:41:34 +0000
commit7f1e785d851258f144573d1d0155ff5fb3735f26 (patch)
tree357b9561c61d46e69aef74f66fdcfcb4dbb6c937
parentcfd19763acd310873d21427aefda61034170438f (diff)
downloadimport-7f1e785d851258f144573d1d0155ff5fb3735f26.tar.gz
remove sigterm handler stuff
-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])