Retab/whitespace demangle fpdb_db.py
This commit is contained in:
parent
c9700fc1a7
commit
7ecfac5437
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user