diff options
author | 2015-08-24 10:51:13 +0300 | |
---|---|---|
committer | 2015-08-24 10:51:13 +0300 | |
commit | d3f26ece7d4383df0b22fe9c3cb3e695381ec737 (patch) | |
tree | ba42ddb547d363e92b1846df8a8712433981ddac /src/console/zmq/backend/cython/context.py | |
parent | 651a7d779551e193bd9dbadbe8b2a02bdab231b4 (diff) |
Initial push to external_lib migration
Diffstat (limited to 'src/console/zmq/backend/cython/context.py')
-rwxr-xr-x | src/console/zmq/backend/cython/context.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/console/zmq/backend/cython/context.py b/src/console/zmq/backend/cython/context.py deleted file mode 100755 index 19f8ec7c..00000000 --- a/src/console/zmq/backend/cython/context.py +++ /dev/null @@ -1,7 +0,0 @@ -def __bootstrap__(): - global __bootstrap__, __loader__, __file__ - import sys, pkg_resources, imp - __file__ = pkg_resources.resource_filename(__name__,'context.so') - __loader__ = None; del __bootstrap__, __loader__ - imp.load_dynamic(__name__,__file__) -__bootstrap__() |