Retab/whitespace demangle fpdb_db.py

This commit is contained in:
Mika Bostrom 2008-12-06 14:40:04 +02:00
parent c9700fc1a7
commit 7ecfac5437

View File

@ -33,6 +33,7 @@ class fpdb_db:
def connect(self, backend, host, database, user, password): def connect(self, backend, host, database, user, password):
"""Connects a database with the given parameters""" """Connects a database with the given parameters"""
print backend, host, database, user, password
self.backend=backend self.backend=backend
self.host=host self.host=host
self.database=database self.database=database