[FIX] document_ftp: typo.

bzr revid: vmt@openerp.com-20130404224337-44x8u161kopr0t4t
This commit is contained in:
Vo Minh Thu 2013-04-05 00:43:37 +02:00
parent 5318eca348
commit 9881112e62
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ class abstracted_fs(object):
""" Get cr, uid, pool from a node
"""
assert node
db = openerp.registry.(node.context.dbname).db
db = openerp.registry(node.context.dbname).db
return db.cursor(), node.context.uid
def get_node_cr(self, node):