projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3b80d
)
Add missing comma.
author
D'Arcy J.M. Cain
Wed, 30 May 2001 02:04:49 +0000
(
02:04
+0000)
committer
D'Arcy J.M. Cain
Wed, 30 May 2001 02:04:49 +0000
(
02:04
+0000)
src/interfaces/python/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/python/setup.py
b/src/interfaces/python/setup.py
index 474808ec2a3bdd6a9a8ef41d76ab731e93eecc7e..79650522d8f7c498f70bd05482456ca0c37556be 100755
(executable)
--- a/
src/interfaces/python/setup.py
+++ b/
src/interfaces/python/setup.py
@@
-50,7
+50,7
@@
setup (name = "PyGreSQL",
include_dirs = include_dirs,
library_dirs = library_dirs,
libraries = optional_libs
- )]
+ )]
,
data_files = data_files
)