added some function to bashrc. fixed issue 2.

This commit is contained in:
utahta
2010-11-20 07:38:22 +09:00
parent 0bc17f56db
commit 0605c27c57
12 changed files with 107 additions and 33 deletions
+4
View File
@@ -1,3 +1,7 @@
class BuildingException(Exception):
"""General exception during building"""
class ShellCommandException(Exception):
"""General exception during shell command"""