Skip to content

Move modules that can't be imported into Python runtime into a subdir…#30

Open
renbauer-fnal wants to merge 1 commit intodevelopfrom
renbauer_cleanup
Open

Move modules that can't be imported into Python runtime into a subdir…#30
renbauer-fnal wants to merge 1 commit intodevelopfrom
renbauer_cleanup

Conversation

@renbauer-fnal
Copy link
Contributor

Move files that don't seem to be importable (and therefor I'm assuming are unused) into a subdir so they are out of the way. See details in commit

…ectory to get them out of the way. File list was acuired using the following (as enstore@enstore03, because apparently there are some modules in here that require a running config server to be imported):

[enstore@enstore03 src]$ for file in $(ls *.py); do if ! timeout 4 python -c "import $(echo $file | awk -F. '{print $1}')" &>/dev/null; then echo "$file"; fi; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant