Changeset 4077fa1


Ignore:
Timestamp:
Mar 23, 2017, 3:22:33 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
b7208f8
Parents:
bd72039
Message:

python/lib/aubio/cut.py: remove unused imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/cut.py

    rbd72039 r4077fa1  
    133133    (options, args) = parser.parse_args()
    134134    if not options.source_file:
    135         import os.path
    136135        if len(args) == 1:
    137136            options.source_file = args[0]
     
    149148    source_file = options.source_file
    150149
    151     from aubio import onset, tempo, source, sink
     150    from aubio import onset, tempo, source
    152151
    153152    s = source(source_file, samplerate, hopsize)
Note: See TracChangeset for help on using the changeset viewer.