mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
modified install and uninstall command
This commit is contained in:
@@ -4,4 +4,11 @@ class BuildingException(Exception):
|
||||
|
||||
class ShellCommandException(Exception):
|
||||
"""General exception during shell command"""
|
||||
|
||||
class UnknownVersionException(Exception):
|
||||
"""General exception during installing"""
|
||||
class AlreadyInstalledException(Exception):
|
||||
"""General exception during installing"""
|
||||
class NotSupportedVersionException(Exception):
|
||||
"""General exception during installing"""
|
||||
|
||||
Reference in New Issue
Block a user