openbsd-ports/databases/py-pygresql/patches/patch-tutorial_advanced_py
wcmaier aa2223f1ea Import py-pygresql.
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@
2008-05-08 16:53:22 +00:00

10 lines
402 B
Plaintext

$OpenBSD: patch-tutorial_advanced_py,v 1.1.1.1 2008/05/08 16:53:22 wcmaier Exp $
--- tutorial/advanced.py.orig Mon Apr 14 13:29:06 2008
+++ tutorial/advanced.py Mon Apr 14 13:30:37 2008
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!${MODPY_BIN}
# advanced.py - demo of advanced features of PostGres. Some may not be ANSI.
# inspired from the Postgres tutorial
# adapted to Python 1995 by Pascal Andre