mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 00:40:49 +00:00
Merged upstream
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"""
|
||||
Parse and convert Pro Tools text exports
|
||||
"""
|
||||
|
||||
__copyright__ = "ptulsconv (c) 2025 Jamie Hardt. All rights reserved."
|
||||
|
||||
@@ -2,6 +2,7 @@ from optparse import OptionParser, OptionGroup
|
||||
import datetime
|
||||
import sys
|
||||
|
||||
from ptulsconv import __name__
|
||||
import ptulsconv
|
||||
from ptulsconv.commands import convert
|
||||
from ptulsconv.reporting import print_status_style, \
|
||||
@@ -83,6 +84,7 @@ def main():
|
||||
parser.add_option_group(informational_options)
|
||||
|
||||
print_banner_style(ptulsconv.__name__)
|
||||
print_banner_style(ptulsconv.__copyright__)
|
||||
|
||||
(options, args) = parser.parse_args(sys.argv)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user