summaryrefslogtreecommitdiff
path: root/pip/commands/uninstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/commands/uninstall.py')
-rw-r--r--pip/commands/uninstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pip/commands/uninstall.py b/pip/commands/uninstall.py
index 7effd844e..9f2b89121 100644
--- a/pip/commands/uninstall.py
+++ b/pip/commands/uninstall.py
@@ -2,6 +2,7 @@ from pip.req import InstallRequirement, RequirementSet, parse_requirements
from pip.basecommand import Command
from pip.exceptions import InstallationError
+
class UninstallCommand(Command):
name = 'uninstall'
usage = '%prog [OPTIONS] PACKAGE_NAMES ...'