modified install and uninstall command

This commit is contained in:
Yuta
2011-04-17 20:48:48 +09:00
parent c8779d0322
commit 9393b66448
8 changed files with 48 additions and 26 deletions
+7
View File
@@ -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"""