##// END OF EJS Templates
use heap-sorted queue...
use heap-sorted queue avoids having to sort the queue when updating the graph also renamed `depending` to `queue_map`, to better describe its role.

File last commit:

r2460:e8303d57
r10076:2ea5e806
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')