From 19e6c186f3354abd6592f805a3bbc42018372a0a Mon Sep 17 00:00:00 2001 From: Marcio Faustino Date: Thu, 27 Feb 2014 13:37:50 +0100 Subject: [PATCH] Be explicit with the import. --- discover_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover_tests.py b/discover_tests.py index 5065aba..3e8dbe9 100644 --- a/discover_tests.py +++ b/discover_tests.py @@ -13,7 +13,7 @@ http://stackoverflow.com/a/17004409/753501 # Standard: -import os +import os.path # External: import unittest2