19 lines
294 B
Python
19 lines
294 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
# Copyright (c) 2011 GeometryFactory Sarl (France)
|
||
|
#
|
||
|
# $URL$
|
||
|
# $Id$
|
||
|
# SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
||
|
#
|
||
|
# Author(s) : Laurent Rineau
|
||
|
|
||
|
|
||
|
import sys
|
||
|
import os
|
||
|
import gdb
|
||
|
|
||
|
sys.path.insert(0, os.getcwd() + '/python')
|
||
|
|
||
|
import CGAL.printers
|