Skip to content

Commit

Permalink
Fix KLayout import.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Nov 12, 2023
1 parent 4bb184a commit 11f517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds_write/def2stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* from https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/99e8d3e9b399c7703fab26bef2b5770d39a2f724/flow/util/def2stream.py
"""

import klayout.db as db
from klayout import db
import re
import argparse

Expand Down

0 comments on commit 11f517d

Please sign in to comment.