post-receive: Remove unused imports.

(imported from commit 492b5a4a3a883022984d45d0d0934e7fe10a6f31)
This commit is contained in:
Tim Abbott 2013-02-19 16:01:02 -05:00
parent 61350d65d1
commit 3bc083ab0d
1 changed files with 0 additions and 5 deletions

View File

@ -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):