Add newlines to the end of all files

This commit is contained in:
Chris Burel
2021-04-21 09:50:30 -07:00
parent 0fa00a117c
commit 28170ffe41
3622 changed files with 3629 additions and 3629 deletions
@@ -13,4 +13,4 @@
# -- This line is 75 characters -------------------------------------------
# define api package for each IDE supported
__all__ = ['ide', 'utils']
__all__ = ['ide', 'utils']
@@ -91,4 +91,4 @@ def import_all(_all=__all__):
if _DCCSI_DEV_MODE:
# If in dev mode this will test imports of __all__
import_all(__all__)
# -------------------------------------------------------------------------
# -------------------------------------------------------------------------
@@ -1,2 +1,2 @@
*.pyo
*.pyc
*.pyc
@@ -63,4 +63,4 @@ You might need to reboot wing. Then you should have auto-complete for the lumbe
Note: the entirety of azlmbr api does not generate .pyi files currently,
all of the "Behaviour Context" based classes do
non-BC modules such as azlmbr.paths currently do not
https://jira.agscollab.com/browse/SPEC-3316
https://jira.agscollab.com/browse/SPEC-3316
@@ -80,4 +80,4 @@ if __name__ == '__main__':
_DCCSI_DEV_MODE = True
_LOGGER.setLevel(_logging.DEBUG) # force debugging
foo = dccsi_test_script("This is a test")
foo = dccsi_test_script("This is a test")
@@ -13,4 +13,4 @@
# -- This line is 75 characters -------------------------------------------
# define api package for each IDE supported
__all__ = ['check']
__all__ = ['check']
@@ -15,4 +15,4 @@
# define api package for each IDE supported
__all__ = ['running_state', 'maya_app']
# maya_app, named such to avoid namespace collisions with maya dcc app api
# maya_app, named such to avoid namespace collisions with maya dcc app api
@@ -154,4 +154,4 @@ if __name__ == '__main__':
_LOGGER.info(STR_CROSSBAR)
_DCCSI_DCC_APP = validate_state()
_LOGGER.info('Is Maya Running? _DCCSI_DCC_APP = {}'.format(_DCCSI_DCC_APP))
_LOGGER.info('Is Maya Running? _DCCSI_DCC_APP = {}'.format(_DCCSI_DCC_APP))