From d76c1ae5fc720b4e22057319b8d98478676f9005 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 8 Feb 2011 12:59:38 +0000 Subject: [PATCH] Directory public_html was added. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@119 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- phd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phd.py b/phd.py index e12fb90..529f87a 100644 --- a/phd.py +++ b/phd.py @@ -9,7 +9,7 @@ def _url2href(match): return '%s' % (url, url) -full_dirs = len(os.getcwd().split('/')) + 1 +full_dirs = len(os.getcwd().split('/')) + 2 class phd(Template): def __init__(self, *args, **kw): -- 2.39.2