diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-06 18:16:43 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-06 18:16:43 +0200 |
commit | dec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f (patch) | |
tree | 3413649549f66b58270f2262cc651e9731deecd6 /src/vhdl/python/libghdl.ads | |
parent | f325fa6fc787f23239d8de2a41a6d9c37d23b991 (diff) | |
download | ghdl-dec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f.tar.gz ghdl-dec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f.tar.bz2 ghdl-dec00f24f05e4a6cbcc73c7d52ce4ce38c1fce4f.zip |
vhdl: adjust python after renaming.
Diffstat (limited to 'src/vhdl/python/libghdl.ads')
-rw-r--r-- | src/vhdl/python/libghdl.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/python/libghdl.ads b/src/vhdl/python/libghdl.ads index 0ee9fb7fd..dbc6b260e 100644 --- a/src/vhdl/python/libghdl.ads +++ b/src/vhdl/python/libghdl.ads @@ -17,7 +17,7 @@ -- 02111-1307, USA. with Types; use Types; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Libghdl is -- To be called before Analyze_Init to set command line options. |