X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/4b62db145759ad24ab1ccf214b8dda1c40b7ac33..63a3d8f7aa5242819c1474ad0956371c8dbb982b:/qa/qa_error.py diff --git a/qa/qa_error.py b/qa/qa_error.py index d288547..8b5d4b9 100644 --- a/qa/qa_error.py +++ b/qa/qa_error.py @@ -1,3 +1,6 @@ +# +# + # Copyright (C) 2007 Google Inc. # # This program is free software; you can redistribute it and/or modify @@ -16,6 +19,11 @@ # 02110-1301, USA. +"""Error definitions for QA. + +""" + + class Error(Exception): """An error occurred during Q&A testing.