deprecate py.magic.autopath() and finally remove py/magic directory.

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-08-27 18:46:42 +02:00
parent 13932b7f4b
commit 681d344eac
18 changed files with 150 additions and 131 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import py
defaultconftestpath = py.magic.autopath().dirpath('defaultconftest.py')
defaultconftestpath = py.path.local(__file__).dirpath("defaultconftest.py")
class Conftest(object):
""" the single place for accessing values and interacting