branch | stable |
changeset 8756 | 203fb56685ca |
parent 8695 | 358d8bed9626 |
child 8757 | 375acf527559 |
--- 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']