diff options
Diffstat (limited to 'libs/python/test/minimal.py')
-rw-r--r-- | libs/python/test/minimal.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/python/test/minimal.py b/libs/python/test/minimal.py new file mode 100644 index 000000000..28e7918f7 --- /dev/null +++ b/libs/python/test/minimal.py @@ -0,0 +1,7 @@ +# Copyright David Abrahams 2004. Distributed under the Boost +# Software License, Version 1.0. (See accompanying +# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +print "IMPORTING minimal_ext" +import minimal_ext +print "DONE IMPORTING minimal_ext" + |