diff options
| author | Federico Di Gregorio <fog@initd.org> | 2006-09-01 16:44:07 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2006-09-01 16:44:07 +0000 |
| commit | 0b9d13455d8d10a0b51e8b8346648e12bc9b04de (patch) | |
| tree | fca04d9c54c1987b4ff6b0fc05986a407ed814be /setup.py | |
| parent | b8f3cef62f548716a2023e7e36c7a6f4d4058558 (diff) | |
| download | psycopg2-0b9d13455d8d10a0b51e8b8346648e12bc9b04de.tar.gz | |
Missing file.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ sources = [ 'psycopgmodule.c', 'pqpath.c', 'typecast.c', 'microprotocols.c', 'microprotocols_proto.c', 'connection_type.c', 'connection_int.c', 'cursor_type.c', 'cursor_int.c', - 'lobject_type.c', + 'lobject_type.c', 'lobject_int.c', 'adapter_qstring.c', 'adapter_pboolean.c', 'adapter_binary.c', 'adapter_asis.c', 'adapter_list.c'] |
