From 67a3f396d2604e6c38feee4117723f27a3c36d87 Mon Sep 17 00:00:00 2001
From: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Date: Thu, 12 Sep 2013 17:50:43 +0900
Subject: [PATCH] ZODB Components: Add checkSourceCode() method in Interface
 (5df5fcf).

---
 product/ERP5Type/interfaces/component.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/product/ERP5Type/interfaces/component.py b/product/ERP5Type/interfaces/component.py
index d2c7addfbe..d54f4140d1 100644
--- a/product/ERP5Type/interfaces/component.py
+++ b/product/ERP5Type/interfaces/component.py
@@ -48,6 +48,11 @@ class IComponent(Interface):
     then if no error is returned, validate it
     """
 
+  def checkSourceCode(self):
+    """
+    Check source code statically
+    """
+
   def _getFilesystemPath():
     """
     Return the filesystem Component path for import into ZODB
-- 
2.30.9