diff --git a/Examples/python/constants/runme.py b/Examples/python/constants/runme.py index f13c4c373..8d25b878b 100644 --- a/Examples/python/constants/runme.py +++ b/Examples/python/constants/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example diff --git a/Examples/python/contract/runme.py b/Examples/python/contract/runme.py index 381f7ce58..d484ae916 100644 --- a/Examples/python/contract/runme.py +++ b/Examples/python/contract/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example diff --git a/Examples/python/enum/runme.py b/Examples/python/enum/runme.py index e90f5d66f..10c4a260d 100644 --- a/Examples/python/enum/runme.py +++ b/Examples/python/enum/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example diff --git a/Examples/python/funcptr/runme.py b/Examples/python/funcptr/runme.py index a85551bed..bce065057 100644 --- a/Examples/python/funcptr/runme.py +++ b/Examples/python/funcptr/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example diff --git a/Examples/python/funcptr2/runme.py b/Examples/python/funcptr2/runme.py index a85551bed..bce065057 100644 --- a/Examples/python/funcptr2/runme.py +++ b/Examples/python/funcptr2/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example diff --git a/Examples/python/multimap/runme.py b/Examples/python/multimap/runme.py index 95669c4bb..f996ab3ae 100644 --- a/Examples/python/multimap/runme.py +++ b/Examples/python/multimap/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example diff --git a/Examples/python/pointer/runme.py b/Examples/python/pointer/runme.py index 1e405851e..e38a306c1 100644 --- a/Examples/python/pointer/runme.py +++ b/Examples/python/pointer/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example; diff --git a/Examples/python/reference/runme.py b/Examples/python/reference/runme.py index 10a2dee12..996b63bd2 100644 --- a/Examples/python/reference/runme.py +++ b/Examples/python/reference/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py # This file illustrates the manipulation of C++ references in Python # This uses the low-level interface. Shadow classes work differently. diff --git a/Examples/python/simple/runme.py b/Examples/python/simple/runme.py index 381f7ce58..d484ae916 100644 --- a/Examples/python/simple/runme.py +++ b/Examples/python/simple/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example diff --git a/Examples/python/varargs/runme.py b/Examples/python/varargs/runme.py index c79b8b120..a01cb6769 100644 --- a/Examples/python/varargs/runme.py +++ b/Examples/python/varargs/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import sys import example diff --git a/Examples/python/variables/runme.py b/Examples/python/variables/runme.py index 9b59dea27..b635b9859 100644 --- a/Examples/python/variables/runme.py +++ b/Examples/python/variables/runme.py @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.py import example diff --git a/Examples/ruby/constants/runme.rb b/Examples/ruby/constants/runme.rb index f0d5a89e7..2a6b5f5e2 100755 --- a/Examples/ruby/constants/runme.rb +++ b/Examples/ruby/constants/runme.rb @@ -1,4 +1,4 @@ -# file: run.rb +# file: runme.rb require 'example' diff --git a/Examples/ruby/multimap/runme.rb b/Examples/ruby/multimap/runme.rb index 3b2dfa05f..dde835136 100755 --- a/Examples/ruby/multimap/runme.rb +++ b/Examples/ruby/multimap/runme.rb @@ -1,4 +1,4 @@ -# file: run.rb +# file: runme.rb require 'example' diff --git a/Examples/ruby/simple/runme.rb b/Examples/ruby/simple/runme.rb index 373de123c..9cc47b2df 100755 --- a/Examples/ruby/simple/runme.rb +++ b/Examples/ruby/simple/runme.rb @@ -1,4 +1,4 @@ -# file: run.rb +# file: runme.rb require 'example' diff --git a/Examples/tcl/import/runme.tcl b/Examples/tcl/import/runme.tcl index c54c690f4..1227d7b21 100644 --- a/Examples/tcl/import/runme.tcl +++ b/Examples/tcl/import/runme.tcl @@ -1,4 +1,4 @@ -# file: runme.py +# file: runme.tcl # Test various properties of classes defined in separate modules puts "Testing the %import directive" diff --git a/Examples/tcl/value/runme.tcl b/Examples/tcl/value/runme.tcl index 0cd390507..1f6f4afa6 100644 --- a/Examples/tcl/value/runme.tcl +++ b/Examples/tcl/value/runme.tcl @@ -1,4 +1,4 @@ -# file: example.py +# file: runme.tcl # Try to load as a dynamic module. catch { load ./example[info sharedlibextension] example}