Skip to content

Commit

Permalink
References imported in the __init__.py are now comming directly from …
Browse files Browse the repository at this point in the history
…spicelib

Including LTSpiceLogReader in the list of imports
  • Loading branch information
nunobrum committed Mar 16, 2024
1 parent c20101f commit 97b774b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PyLTSpice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Convenience direct imports
from spicelib.raw.raw_read import RawRead, SpiceReadException
from spicelib.raw.raw_write import RawWrite, Trace
from PyLTSpice.editor.spice_editor import SpiceEditor, SpiceCircuit
from PyLTSpice.editor.asc_editor import AscEditor
from spicelib.editor.spice_editor import SpiceEditor, SpiceCircuit
from spicelib.editor.asc_editor import AscEditor
from PyLTSpice.sim.sim_runner import SimRunner
from spicelib.simulators.ltspice_simulator import LTspice
from PyLTSpice.sim.sim_batch import SimCommander
from PyLTSpice.log.ltsteps import LTSpiceLogReader
from spicelib.log.ltsteps import LTSpiceLogReader


def all_loggers():
Expand Down

0 comments on commit 97b774b

Please sign in to comment.