Ignore:
Timestamp:
Nov 13, 2013, 1:00:56 PM (10 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, pitchshift, sampler, timestretch, yinfft+
Children:
d3066e2
Parents:
54e74f0
Message:

waf, waflib: update to 1.7.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waflib/Tools/javaw.py

    r54e74f0 rc101fe1  
    203203                finally:
    204204                        if tmp:
    205                                 os.unlink(tmp)
     205                                os.remove(tmp)
    206206                return ret
    207207        def post_run(self):
     
    271271        shutil.rmtree(javatestdir,True)
    272272        os.mkdir(javatestdir)
    273         java_file=open(os.path.join(javatestdir,'Test.java'),'w')
    274         java_file.write(class_check_source)
    275         java_file.close()
     273        Utils.writef(os.path.join(javatestdir,'Test.java'),class_check_source)
    276274        self.exec_command(self.env['JAVAC']+[os.path.join(javatestdir,'Test.java')],shell=False)
    277275        cmd=self.env['JAVA']+['-cp',classpath,'Test',classname]
Note: See TracChangeset for help on using the changeset viewer.