##// END OF EJS Templates
Started PySide2 migration, builds with CMake and produces a working binary...
Started PySide2 migration, builds with CMake and produces a working binary Need to port all previous stuff from Pybind11 to PySide2/shboken Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1353:da35e06f4a00
r1477:70de8bd3d575
Show More
qtc-helpers.py
4 lines | 135 B | text/x-python | PythonLexer
#!/usr/bin/env python3
import sys
import os
sys.path.append(os.path.dirname(__file__)+'/core/DebugHelpers')
from datetimerange import *