Skip to content

Commit

Permalink
Rename igor to igor2 in command-line interface
Browse files Browse the repository at this point in the history
This fix has already been included in slackline's commit "Fixing entry points",
see pull request AFM-analysis#10 by ns-rse.
  • Loading branch information
janberges committed Mar 15, 2024
1 parent 80c5612 commit be5b7ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions igor2/cli/igorbinarywave.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import numpy

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


class WaveScript (Script):
Expand Down
6 changes: 3 additions & 3 deletions igor2/cli/igorpackedexperiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

import pprint

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


class PackedScript (Script):
Expand Down

0 comments on commit be5b7ad

Please sign in to comment.