Skip to content

Commit

Permalink
Turn command-line interface into sub-package
Browse files Browse the repository at this point in the history
See suggestion by paulmueller for issue AFM-analysis#6 "CLI broken".
  • Loading branch information
janberges committed Mar 16, 2024
1 parent be5b7ad commit 283ea7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added igor2/cli/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion igor2/cli/igorbinarywave.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy

from igor2.binarywave import load
from igor2.script import Script
from igor2.cli.script import Script


class WaveScript (Script):
Expand Down
2 changes: 1 addition & 1 deletion igor2/cli/igorpackedexperiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from igor2.packed import load, walk
from igor2.record.wave import WaveRecord
from igor2.script import Script
from igor2.cli.script import Script


class PackedScript (Script):
Expand Down

0 comments on commit 283ea7b

Please sign in to comment.