the name instead of enduring nanny "security warnings" from
tempfile.mktemp().
#!/usr/bin/python
from test import test_support
+from test.test_support import TESTFN
import unittest
from cStringIO import StringIO
import os
import popen2
-import tempfile
import sys
import bz2
"Test MCRYPT type miscelaneous methods."
def setUp(self):
- self.filename = tempfile.mktemp("bz2")
+ self.filename = TESTFN
def tearDown(self):
if os.path.isfile(self.filename):