Fix nsc/python-scan task descriptions

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-12-04 11:34:01 +00:00
parent 802e26d2f8
commit ca92874e34
2 changed files with 2 additions and 2 deletions

View File

@@ -392,11 +392,11 @@ class PythonScanTask(Task.TaskBase):
"""Uses gccxml to scan the file 'everything.h' and extract API definitions.
"""
def __init__(self, curdirnode, env):
self.m_display = 'python-scan'
self.prio = 5 # everything.h has prio 4
super(PythonScanTask, self).__init__()
self.curdirnode = curdirnode
self.env = env
self.m_display = 'python-scan\n'
def run(self):
#print "Rescanning the python bindings..."