aa2223f1ea
PyGreSQL is a BSD licensed open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script. From MAINTAINER Laurence Tratt <laurie at tratt dot net>. ok merdely@
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
$OpenBSD: patch-tutorial_basics_py,v 1.1.1.1 2008/05/08 16:53:22 wcmaier Exp $
|
|
--- tutorial/basics.py.orig Fri Jun 2 08:43:18 2006
|
|
+++ tutorial/basics.py Mon Apr 14 13:30:41 2008
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/bin/env python
|
|
+#!${MODPY_BIN}
|
|
# basics.py - basic SQL commands tutorial
|
|
# inspired from the Postgres95 tutorial
|
|
# adapted to Python 1995 by Pascal ANDRE
|