Fixed some merge issues

This commit is contained in:
Matthias Koefferlein 2023-12-23 18:25:17 +01:00
parent a584468bf8
commit 92d04d2e15
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@
#define STRINGIFY(s) _STRINGIFY(s)
#define _STRINGIFY(s) #s
#include "tlUnitTest.h"
#include "tlStream.h"
#include "tlEnv.h"
int run_pymodtest (tl::TestBase *_this, const std::string &fn)
{
std::string pypath = STRINGIFY (PYTHONPATH);