File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ 10 September 2003
2+ A new variable is accessible in the Pyste files: INTERFACE_FILE contains the
3+ full path of the pyste file.
4+
154 September 2003
26Now it is possible to override protected and private pure virtual functions
37in Python, as requested by Roman Yakovenko.
Original file line number Diff line number Diff line change 4343import time
4444import declarations
4545
46- __version__ = '0.9.23 '
46+ __version__ = '0.9.24 '
4747
4848def RecursiveIncludes (include ):
4949 'Return a list containg the include dir and all its subdirectories'
@@ -249,6 +249,7 @@ def ExecuteInterface(interface):
249249 _imported_count [interface ] = _imported_count .get (interface , 0 ) + 1
250250 exporters .current_interface = interface
251251 context = CreateContext ()
252+ context ['INTERFACE_FILE' ] = os .path .abspath (interface )
252253 execfile (interface , context )
253254 exporters .current_interface = old_interface
254255
You can’t perform that action at this time.
0 commit comments