changeset 1822 | c6bb25fa7f7b |
parent 1816 | 07743b5295d3 |
child 1823 | f55d0e1d3f82 |
--- a/scripts/release/release.py Fri Mar 13 00:12:42 2009 +0000 +++ b/scripts/release/release.py Fri Mar 13 01:44:18 2009 +0000 @@ -47,6 +47,8 @@ import subprocess import sys +import error + # Default repository URLs for Melange and the Google release # repository. @@ -59,7 +61,7 @@ MELANGE_RELEASE_RE = re.compile(r'\d-\d-\d{8}') -class Error(Exception): +class Error(error.Error): pass