2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

- Fixed bug related to --multiple and Vars

[SVN r18630]
This commit is contained in:
Bruno da Silva de Oliveira
2003-05-31 21:20:23 +00:00
parent d52f0c7d40
commit 9fe141f5ad
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
from Exporter import Exporter
from settings import *
import utils
#==============================================================================
# VarExporter
@@ -29,3 +29,7 @@ class VarExporter(Exporter):
def Order(self):
return self.info.name
def Unit(self):
return utils.makeid(self.info.include)

View File

@@ -37,7 +37,7 @@ from policies import *
from CppParser import CppParser, CppParserError
import time
__VERSION__ = '0.8.1'
__VERSION__ = '0.8.2'
def RecursiveIncludes(include):
'Return a list containg the include dir and all its subdirectories'