source:
trunk/CifFile/StarScan.py
@
469
Last change on this file since 469 was 469, checked in by toby, 10 years ago | |
---|---|
|
|
File size: 278 bytes |
Rev | Line | |
---|---|---|
[469] | 1 | def __bootstrap__(): |
2 | global __bootstrap__, __loader__, __file__ | |
3 | import sys, pkg_resources, imp | |
4 | __file__ = pkg_resources.resource_filename(__name__,'StarScan.so') | |
5 | __loader__ = None; del __bootstrap__, __loader__ | |
6 | imp.load_dynamic(__name__,__file__) | |
7 | __bootstrap__() |
Note: See TracBrowser
for help on using the repository browser.