mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
Some more fixes for an over-enthusiastic search and replace.
[SVN r43278]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import sys
|
||||
sys.path.append('../src')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import sys
|
||||
sys.path.append('../src')
|
||||
from SmartFile import *
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _abstract_test import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace add_test {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _add_test import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "basic.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef BASIC_H
|
||||
#define BASIC_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _basic import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
struct A {
|
||||
int x;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _code_test import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef ENUMS_H
|
||||
#define ENUMS_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _enums import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef HEADER_TEST_H
|
||||
#define HEADER_TEST_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _header_test import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import sys
|
||||
from Pyste.infos import *
|
||||
from Pyste.policies import *
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "inherit.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace inherit {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace inherit2 {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _inherit2 import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
namespace inherit3 {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _inherit3 import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace inherit4 {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _inherit4 import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _inherit import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "nested.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#ifndef NESTED_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _nested import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef OPAQUE_H
|
||||
#define OPAQUE_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _opaque import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "operators.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef OPERATORS_H
|
||||
#define OPERATORS_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _operators import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import sys
|
||||
import unittest
|
||||
from Pyste.policies import *
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#ifndef SMART_PTR_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _smart_ptr import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace templates {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _templates import *
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import os
|
||||
import glob
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include "vars.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
struct Color
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
import _vars
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
// Includes ====================================================================
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
namespace virtual_ {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
namespace virtual2 {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import unittest
|
||||
from _virtual2 import *
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _virtual import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef WRAPPER_TEST
|
||||
#define WRAPPER_TEST
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
# distribution is subject to 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)
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
import unittest
|
||||
from _wrappertest import *
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
|
||||
distribution is subject to 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)
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef WRAPPER_TEST_WRAPPERS
|
||||
#define WRAPPER_TEST_WRAPPERS
|
||||
|
||||
Reference in New Issue
Block a user