Salome HOME
RE-organization of directories, according to CEA request
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 4 Feb 2016 11:04:32 +0000 (12:04 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Thu, 4 Feb 2016 11:04:32 +0000 (12:04 +0100)
commit5a9e408cd6b747b9c3ad245083fd2a91739d33ca
tree3753fa3c5c737fbef5f5dd973d72c9810212ff66
parentf1223c4008ba0007e1fb6a45e1bd99ee02f1da41
RE-organization of directories, according to CEA request
39 files changed:
commands/config.py [new file with mode: 0644]
commands/test_command.py [new file with mode: 0644]
salomeTools.py [new file with mode: 0755]
sat
src/__init__.py
src/architecture.py [new file with mode: 0644]
src/common/__init__.py [deleted file]
src/common/architecture.py [deleted file]
src/common/i18n/build_strings.sh [deleted file]
src/common/i18n/fr/LC_MESSAGES/salomeTools.mo [deleted file]
src/common/i18n/fr/LC_MESSAGES/salomeTools.po [deleted file]
src/common/i18n/translate.py [deleted file]
src/common/i18n/translate.sh [deleted file]
src/common/internal_config/distrib.pyconf [deleted file]
src/common/internal_config/salomeTools.pyconf [deleted file]
src/common/options.py [deleted file]
src/common/printcolors.py [deleted file]
src/common/pyconf.py [deleted file]
src/common/system.py [deleted file]
src/config.py [deleted file]
src/i18n/build_strings.sh [new file with mode: 0755]
src/i18n/fr/LC_MESSAGES/salomeTools.mo [new file with mode: 0644]
src/i18n/fr/LC_MESSAGES/salomeTools.po [new file with mode: 0644]
src/i18n/translate.py [new file with mode: 0644]
src/i18n/translate.sh [new file with mode: 0755]
src/internal_config/distrib.pyconf [new file with mode: 0644]
src/internal_config/salomeTools.pyconf [new file with mode: 0644]
src/options.py [new file with mode: 0644]
src/printcolors.py [new file with mode: 0644]
src/pyconf.py [new file with mode: 0644]
src/salomeTools.py [deleted file]
src/system.py [new file with mode: 0644]
src/test_command.py [deleted file]
test/config/create_user_pyconf.py
test/config/option_copy.py
test/config/option_value.py
test/config/option_value_2.py
test/run_all.sh
test/test.py