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:
@@ -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)
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user