コード例 #1
0
ファイル: test_results.py プロジェクト: stevepeak/inquiry
 def __init__(self, *a, **k):
     Inquiry.__init__(self, *a, **k)
     self.db = tornpsql.Connection(os.getenv("PSQL", "postgres://peak:@localhost:5432/inquiry"))
コード例 #2
0
ファイル: test_results.py プロジェクト: movermeyer/inquiry
 def __init__(self, *a, **k):
     Inquiry.__init__(self, *a, **k)
     self.db = tornpsql.Connection(
         os.getenv("PSQL", "postgres://peak:@localhost:5432/inquiry"))