mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Upcase constant
This commit is contained in:
parent
974ff3b142
commit
a8779ac96d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -133,7 +133,7 @@ __version_info__ = {version_info!r}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
install_syspaths_template = '''\
|
INSTALL_SYSPATHS_TEMPLATE = '''\
|
||||||
# This file was auto-generated by salt's setup on \
|
# This file was auto-generated by salt's setup on \
|
||||||
{date:%A, %d %B %Y @ %H:%m:%S UTC}.
|
{date:%A, %d %B %Y @ %H:%m:%S UTC}.
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ class Build(build):
|
||||||
self.build_lib, 'salt', '_syspaths.py'
|
self.build_lib, 'salt', '_syspaths.py'
|
||||||
)
|
)
|
||||||
open(system_paths_file_path, 'w').write(
|
open(system_paths_file_path, 'w').write(
|
||||||
install_syspaths_template.format(
|
INSTALL_SYSPATHS_TEMPLATE.format(
|
||||||
date=datetime.utcnow(),
|
date=datetime.utcnow(),
|
||||||
root_dir=self.distribution.salt_root_dir,
|
root_dir=self.distribution.salt_root_dir,
|
||||||
config_dir=self.distribution.salt_config_dir,
|
config_dir=self.distribution.salt_config_dir,
|
||||||
|
|
Loading…
Add table
Reference in a new issue