BASIS  r3148
__init__.py
Go to the documentation of this file.
00001 ##############################################################################
00002 # @file  basis/__init__.py
00003 # @brief Initialization file of BASIS Utilities package.
00004 #
00005 # Copyright (c) 2012 University of Pennsylvania. All rights reserved.<br />
00006 # See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.
00007 #
00008 # Contact: SBIA Group <sbia-software at uphs.upenn.edu>
00009 ##############################################################################
00010 
00011 __all__ = [] # use of import * is discouraged
00012 
00013 # import utilities module
00014 from . import utilities
00015 # further, import main functions into this module's namespace
00016 from .utilities import print_contact, print_version, \
00017                        exepath, exename, exedir, execute, SubprocessError