Skip to content

Instantly share code, notes, and snippets.

View disa-mhembere's full-sized avatar

Disa Mhembere disa-mhembere

View GitHub Profile
@disa-mhembere
disa-mhembere / __init__.py
Created July 6, 2012 18:02
Example __init__.py
# See http://docs.python.org/tutorial/modules.html#packages
import os
import pyximport;
pyximport.install()
os.sys.path.extend([os.path.abspath('./PyGraphStat/code/'),
os.path.abspath('./MR-connectome/mrcap/')])