From b69d963c7203f82fa144338a13f216645a6a6a56 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 18 Jun 2014 08:58:31 -0400 Subject: Rename module for clarity --- ptr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ptr.py b/ptr.py index 30a5e6b..4636fe3 100644 --- a/ptr.py +++ b/ptr.py @@ -5,9 +5,9 @@ Implementation import os as _os import shlex as _shlex -import setuptools.command.test as _pytest_runner_test +import setuptools.command.test as orig -class PyTest(_pytest_runner_test.test): +class PyTest(orig.test): user_options = [ ('extras', None, "Install (all) setuptools extras when running tests"), ('index-url=', None, "Specify an index url from which to retrieve " -- cgit v1.2.1