From 3bc083ab0dd3a045289a71210779b147469a5e58 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 19 Feb 2013 16:01:02 -0500 Subject: [PATCH] post-receive: Remove unused imports. (imported from commit 492b5a4a3a883022984d45d0d0934e7fe10a6f31) --- tools/post-receive | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/post-receive b/tools/post-receive index 5173c9d52d..27eeed2b43 100755 --- a/tools/post-receive +++ b/tools/post-receive @@ -16,13 +16,8 @@ # # see contrib/hooks/ for a sample -import os import sys import subprocess -import time -from os import path - -import os.path # check_output is backported from subprocess.py in Python 2.7 def check_output(*popenargs, **kwargs):