Skip to content

Commit

Permalink
skip recorder functionality for first 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Feb 25, 2019
1 parent f38f90b commit dc510b1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 417 deletions.
2 changes: 0 additions & 2 deletions asammdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
from .mdf import MDF, SUPPORTED_VERSIONS
from .signal import Signal
from .version import __version__
from .recorder import SignalDescription, Recorder


__all__ = [
"__version__", "MDF", "MDF2", "MDF3", "MDF4", "Signal", "SUPPORTED_VERSIONS",
"SignalDescription", "Recorder"
]
20 changes: 0 additions & 20 deletions asammdf/recorder/__init__.py

This file was deleted.

60 changes: 0 additions & 60 deletions asammdf/recorder/device.py

This file was deleted.

0 comments on commit dc510b1

Please sign in to comment.