mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 18:37:50 +02:00
passing python unit tests
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import klayout.dbcore
|
||||
from klayout.dbcore import *
|
||||
|
||||
from klayout.db.pcell_declaration_helper import PCellDeclarationHelper
|
||||
|
||||
__all__ = klayout.dbcore.__all__ + ['PCellDeclarationHelper']
|
||||
|
||||
@@ -276,5 +276,3 @@ for k in dir(PCellParameterDeclaration):
|
||||
|
||||
# Inject the PCellDeclarationHelper into pya module for consistency:
|
||||
PCellDeclarationHelper = _PCellDeclarationHelper
|
||||
|
||||
__all__ = ['PCellDeclarationHelper']
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
import klayout.rdbcore
|
||||
from klayout.rdbcore import *
|
||||
|
||||
__all__ = klayout.rdbcore.__all__
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
import klayout.tlcore
|
||||
from klayout.tlcore import *
|
||||
|
||||
__all__ = klayout.tlcore.__all__
|
||||
|
||||
Reference in New Issue
Block a user