Changes for poetry

This commit is contained in:
Jamie Hardt
2024-11-23 19:15:16 -08:00
parent c3c8ba2908
commit 8b402f310c
2 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import datetime
from . import WavInfoReader
from . import __version__
from optparse import OptionParser
import sys
@@ -53,7 +52,7 @@ def main():
ret_dict = {
'filename': arg,
'run_date': datetime.datetime.now().isoformat(),
'application': "wavinfo " + __version__,
# 'application': "wavinfo " + __version__,
'scopes': {}
}
for scope, name, value in this_file.walk():