From b0a24149ffc4dd3b945b496e5cdb01111c8cf29a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 11 Jan 2009 22:43:27 +0000 Subject: - Improve test coverage. - Remove old cold which attempts to recover from trying to unpickle a ``z3c.pt`` template; Chameleon has been the templating engine for a good long time now. Running repoze.bfg against a sandbox that has pickled ``z3c.pt`` templates it will now just fail with an unpickling error, but can be fixed by deleting the template cache files. --- repoze/bfg/path.py | 1 - 1 file changed, 1 deletion(-) (limited to 'repoze/bfg/path.py') diff --git a/repoze/bfg/path.py b/repoze/bfg/path.py index 68fa4ede4..fcd317fba 100644 --- a/repoze/bfg/path.py +++ b/repoze/bfg/path.py @@ -9,7 +9,6 @@ def caller_path(path, level=2): prefix = package_path(package) path = os.path.join(prefix, path) return path - return os.path.normpath(path) def package_path(package): return os.path.abspath(os.path.dirname(package.__file__)) -- cgit v1.2.3