Skip to content

Instantly share code, notes, and snippets.

@boegel
Created August 14, 2013 19:22
Show Gist options
  • Save boegel/6234588 to your computer and use it in GitHub Desktop.
Save boegel/6234588 to your computer and use it in GitHub Desktop.
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