-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#43 updated pyspcm (required small hack to bring contents of new pack…
…age py_header into spectrum_gmbh namespace)
- Loading branch information
Showing
6 changed files
with
232 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# Files in this module are provided free of charge by Spectrum GMBH with no restrictions on use. | ||
# They have been included here to simplify installation of the spectrumdevice package. | ||
import sys | ||
|
||
from .py_header import regs, spcerr | ||
sys.modules[__name__ + ".regs"] = regs | ||
sys.modules[__name__ + ".spcerr"] = spcerr |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.