@ -1,8 +1,7 @@
r'''Python interface to PostgreSQL for managing database nodes.
'''
'Python interface to PostgreSQL for managing database nodes.'
from subprocess import Popen, PIPE
import time
class Db(object):
def __init__(self,name):