server/test/data/schema/Societe.py
branchtls-sprint
changeset 1802 d628defebc17
parent 0 b97547f5f1fa
child 1977 606923dff11b
--- a/server/test/data/schema/Societe.py	Thu May 14 10:24:56 2009 +0200
+++ b/server/test/data/schema/Societe.py	Thu May 14 11:38:40 2009 +0200
@@ -5,10 +5,10 @@
         'delete': ('managers', 'owners', ERQLExpression('U login L, X nom L')),
         'add': ('managers', 'users',)
         }
-    
+
     nom  = String(maxsize=64, fulltextindexed=True)
     web  = String(maxsize=128)
-    type  = String(maxsize=128) # attribute in common with Note 
+    type  = String(maxsize=128) # attribute in common with Note
     tel  = Int()
     fax  = Int()
     rncs = String(maxsize=128)