Browse Source

ecn-robots: removed some leackage.

master
Nagy Karoly Gabriel 15 years ago
parent
commit
34cffdf4fc
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      pgdb.py

+ 2
- 3
pgdb.py

@ -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 from subprocess import Popen, PIPE
import time
class Db(object): class Db(object):
def __init__(self,name): def __init__(self,name):

Loading…
Cancel
Save