summaryrefslogtreecommitdiff
path: root/python/skytools/installer_config.py.in
blob: cac7277ff6927afc1ca35959895c8dfb97c73341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

"""SQL script locations."""

__all__ = ['sql_locations']

sql_locations = [
    "@SQLDIR@",
]

package_version = "@PACKAGE_VERSION@"

skylog = @SKYLOG@