Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/test/crossmod_opaque.py @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 394 bytes
Line 
1# -*- coding: iso-latin-1 -*-
2# Copyright Gottfried Ganßauge 2006.
3# Distributed under the Boost Software License, Version 1.0. (See
4# accompanying file LICENSE_1_0.txt or copy at
5# http://www.boost.org/LICENSE_1_0.txt)
6
7if __name__ == '__main__':
8  print "running..."
9
10  import crossmod_opaque_a
11  import crossmod_opaque_b
12
13  crossmod_opaque_a.get()
14  crossmod_opaque_b.get()
15
16  print "Done."
Note: See TracBrowser for help on using the repository browser.