Skip to content

Commit fa1fe8d

Browse files
author
James William Pye
committed
Update to use pg.driver.pythoncommand
1 parent 4444e84 commit fa1fe8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/pg_python

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python
2-
from postgresql.driver.python import pg_python
3-
pg_python()
2+
from postgresql.driver.pythoncommand import command
3+
command()

0 commit comments

Comments
 (0)