Removed unused import tempfile.

This commit is contained in:
Massimiliano Torromeo 2014-02-19 16:56:52 +01:00
parent 5f017232fe
commit b497b0712b

View file

@ -5,7 +5,6 @@ Support for the Git SCM
# Import python libs
import os
import tempfile
try:
import pipes
HAS_PIPES = True