Skip to content

Commit 6b04f01

Browse files
author
James William Pye
committed
Move bin into the postgresql/ package directory.
Probably add some .py versions as well for -m.
1 parent ec7d145 commit 6b04f01

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

File renamed without changes.
File renamed without changes.

postgresql/protocol/typio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def xml_pack(self, xml):
515515

516516
def xml_unpack(self, xmldata):
517517
return pg_types.etree.XML(self._decode(xmldata)[0])
518-
518+
519519
def attribute_map(self, pq_descriptor):
520520
return {
521521
self._decode(k)[0] : v

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
),
122122

123123
'scripts' : [
124-
'bin/pg_dotconf',
125-
'bin/pg_python',
126-
'bin/pg_tin',
127-
'bin/pg_withcluster'
124+
'postgresql/bin/pg_dotconf',
125+
'postgresql/bin/pg_python',
126+
'postgresql/bin/pg_tin',
127+
'postgresql/bin/pg_withcluster'
128128
]
129129
}
130130

0 commit comments

Comments
 (0)