1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix missing import in test.

This commit is contained in:
Paul Nasrat 2012-07-01 15:45:42 +01:00
parent 1e2338d56b
commit 0bf8df6137

View file

@ -1,3 +1,4 @@
import sys
from mock import patch
from nose import SkipTest
from pip.vcs.git import Git