From abe3db557945dfbfff84f64e43c6c66b2c0f1a94 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Mon, 3 Dec 2007 13:54:56 +0000
Subject: [PATCH] Add comment about PEP 318 to qa_utils.py.

Reviewed-by: iustinp
---
 qa/qa_utils.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qa/qa_utils.py b/qa/qa_utils.py
index 463240c0a..9384a6c4b 100644
--- a/qa/qa_utils.py
+++ b/qa/qa_utils.py
@@ -267,6 +267,8 @@ def DefineHook(name):
 
   Usage: prefix function with @qa_utils.DefineHook(...)
 
+  This based on PEP 318, "Decorators for Functions and Methods".
+
   """
   def wrapper(fn):
     def new_f(*args, **kwargs):
-- 
GitLab