This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Credit to Riley Hales for writing this script | |
import sys | |
import os | |
def fix_tethys_init_files(tethysversion=3): | |
init_file = "# this is a namespace package\n" \ | |
"try:\n" \ | |
" import pkg_resources\n" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.pydevproject | |
*.project | |
*.egg-info | |
*.class | |
*.pyo | |
*.pyc | |
*.db | |
*.sqlite | |
*.DS_Store | |
dist/ |