Imported Debian patch 4.7.2-3
This commit is contained in:
committed by
Mario Fetka
parent
27edeba051
commit
8bc559c5a1
@@ -6,8 +6,7 @@ import errno
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
|
||||
class TemporaryDirectory:
|
||||
class TemporaryDirectory(object):
|
||||
def __init__(self, root):
|
||||
self.root = root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user