Human readable group name improved
[ganeti-local] / qa / qa_error.py
index d288547..8b5d4b9 100644 (file)
@@ -1,3 +1,6 @@
+#
+#
+
 # Copyright (C) 2007 Google Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # 02110-1301, USA.
 
 
+"""Error definitions for QA.
+
+"""
+
+
 class Error(Exception):
   """An error occurred during Q&A testing.