Created
August 14, 2013 19:22
-
-
Save boegel/6234588 to your computer and use it in GitHub Desktop.
This file contains 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
try: | |
from easybuild.tools.module_naming_scheme import det_full_module_name as det_custom_full_module_name | |
CUSTOM_MODULE_NAMING_SCHEME = True | |
except ImportError, err: | |
_log.debug("Failed to import custom module naming scheme: %s" % err) | |
CUSTOM_MODULE_NAMING_SCHEME = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment