author | Julien Cristau <julien.cristau@logilab.fr> |
Thu, 21 Mar 2013 16:01:05 +0100 | |
branch | stable |
changeset 8756 | 203fb56685ca |
parent 8755 | 1f3757ef3762 |
child 8757 | 375acf527559 |
devtools/qunit.py | file | annotate | diff | comparison | revisions |
--- a/devtools/qunit.py Tue Oct 18 16:55:16 2011 +0200 +++ b/devtools/qunit.py Thu Mar 21 16:01:05 2013 +0100 @@ -67,7 +67,6 @@ self._tmp_dir = mkdtemp(prefix='cwtest-ffxprof-') self._profile_data = {'uid': uuid4()} self._profile_name = self.profile_name_mask % self._profile_data - fnull = open(os.devnull, 'w') stdout = TemporaryFile() stderr = TemporaryFile() self.firefox_cmd = ['firefox', '-no-remote']