<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import sys
 import libpry
 </diff>
      <filename>pry</filename>
    </modified>
    <modified>
      <diff>@@ -30,13 +30,22 @@ class uRaises(libpry.AutoTree):
         )
 
 
-class uTmpDirMixin(libpry.test.TmpDirMixin, libpry.test.AutoTree):
-    def tearDown(self):
-        libpry.test.TmpDirMixin.tearDown(self)
-        assert not os.path.isdir(self[&quot;tmpdir&quot;])
+class uTmpDir(libpry.test.AutoTree):
+    def setUpAll(self):
+        self.d = []
+        self.d.append(self.tmpdir())
+
+    def setUp(self):
+        self.d.append(self.tmpdir())
+
+    def tearDownAll(self):
+        assert os.path.isdir(self.d[0])
+        assert not os.path.isdir(self.d[1])
 
     def test_check(self):
-        assert os.path.isdir(self[&quot;tmpdir&quot;])
+        assert len(self.d) == 2
+        assert os.path.isdir(self.d[0])
+        assert os.path.isdir(self.d[1])
 
 
 class TSetupCheckRoot(libpry.test.AutoTree):
@@ -570,5 +579,5 @@ tests = [
     uAutoTree(),
     u_Output(),
     uCallableNode(),
-    uTmpDirMixin(),
+    uTmpDir(),
 ]</diff>
      <filename>test/test_test.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>62e0eb555e7e9fc08f9f430cb50b7ba30fc1ed29</id>
    </parent>
    <parent>
      <id>7223e54908c61a73aed4af9dc3c50be636fea4b2</id>
    </parent>
  </parents>
  <author>
    <name>Aldo Cortesi</name>
    <email>aldo@basho.cube</email>
  </author>
  <url>http://github.com/cortesi/pry/commit/3f27057e02f92615184c941b3c5853e73d638691</url>
  <id>3f27057e02f92615184c941b3c5853e73d638691</id>
  <committed-date>2009-08-09T18:17:37-07:00</committed-date>
  <authored-date>2009-08-09T18:17:37-07:00</authored-date>
  <message>Merge branch 'master' of git@github.com:cortesi/pry</message>
  <tree>3877f3380a4c19b7bd08d7a87ba0691e08de1b7e</tree>
  <committer>
    <name>Aldo Cortesi</name>
    <email>aldo@basho.cube</email>
  </committer>
</commit>
