Skip to content

Commit fedceda

Browse files
committed
Expose get_bin_dir
1 parent e0f7913 commit fedceda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
release_port, \
4444
bound_ports, \
4545
get_bin_path, \
46+
get_bin_dir, \
4647
get_pg_config, \
4748
get_pg_version, \
4849
parse_pg_version
@@ -72,7 +73,7 @@
7273
"NodeApp",
7374
"PostgresNode",
7475
"PortManager",
75-
"reserve_port", "release_port", "bound_ports", "get_bin_path", "get_pg_config", "get_pg_version", "parse_pg_version",
76+
"reserve_port", "release_port", "bound_ports", "get_bin_path", "get_bin_dir", "get_pg_config", "get_pg_version", "parse_pg_version",
7677
"First", "Any",
7778
"OsOperations", "LocalOperations", "RemoteOperations", "ConnectionParams"
7879
]

0 commit comments

Comments
 (0)