From 67fb4e7a0becabdcedfa3ab8a021f01964ec8157 Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Mon, 3 Mar 2008 11:29:37 +0000
Subject: [PATCH] sys was used (line 268) but not imported. Just import it

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19644 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Document.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/Document.py b/product/ERP5/Document/Document.py
index 9f350bf4e1..d532530fb2 100644
--- a/product/ERP5/Document/Document.py
+++ b/product/ERP5/Document/Document.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-import re, socket
+import re, socket, sys
 from DateTime import DateTime
 from operator import add
 from xmlrpclib import Fault
-- 
2.30.9