Revert "Possible bugfix for pyinstaller"
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in 2m16s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details

This reverts commit 17319c4925.
This commit is contained in:
Anne de Jong 2023-10-24 22:38:34 +02:00
parent 17319c4925
commit e9d7f0561e
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@ LASP: Library for Acoustic Signal Processing
"""
# Error with dbm in Pyinstaller
# https://stackoverflow.com/questions/45670104/how-to-fix-the-no-dbm-clone-found-error-in-pyinstaller
import dbm.dump
from .lasp_version import __version__
from .lasp_common import *