dbapi.py
branchstable
changeset 4721 8f63691ccb7f
parent 4716 55b6a3262071
child 4768 430b89aed996
--- a/dbapi.py	Fri Feb 26 13:21:13 2010 +0100
+++ b/dbapi.py	Fri Feb 26 13:24:47 2010 +0100
@@ -200,7 +200,7 @@
         except KeyError:
             # this occurs usually during test execution
             self._ = self.__ = unicode
-            self.pgettext = lambda x,y: y
+            self.pgettext = lambda x, y: y
         self.debug('request default language: %s', self.lang)
 
     def decorate_rset(self, rset):