cwconfig.py
changeset 5633 879590c52679
parent 5545 25fd74c23f91
parent 5630 40d7c7e180f1
child 5655 ef903fff826d
--- a/cwconfig.py	Wed Jun 02 14:24:28 2010 +0200
+++ b/cwconfig.py	Wed Jun 02 15:29:18 2010 +0200
@@ -1154,7 +1154,7 @@
         def as_sql(self, backend, args):
             raise NotImplementedError('source only callback')
 
-        def source_execute(self, source, value):
+        def source_execute(self, source, session, value):
             fpath = source.binary_to_str(value)
             try:
                 return Binary(fpath)