[FIX] tools.pdf_utils: fixed typo in previous commit
authorOlivier Dony <odo@openerp.com>
Wed, 10 Nov 2010 20:04:38 +0000 (21:04 +0100)
committerOlivier Dony <odo@openerp.com>
Wed, 10 Nov 2010 20:04:38 +0000 (21:04 +0100)
bzr revid: odo@openerp.com-20101110200438-s3p0167w1cwsb896

bin/tools/pdf_utils.py

index d47a366..19cf1db 100644 (file)
@@ -33,7 +33,7 @@ without flatten, one could further edit the resulting form.
 with flatten, everything is turned into text.
 """
 
-from future import with_statement
+from __future__ import with_statement
 
 import os
 import tempfile