X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=phd.py;fp=phd.py;h=529f87a09fa3275d090435c72d773e7ffde2ea5a;hb=d76c1ae5fc720b4e22057319b8d98478676f9005;hp=e12fb902cb88599af9dfc49a13a361df6c4d9f0d;hpb=7fc31d310dad98ca292623d9d62568b896358ab8;p=phdru.name%2Fphdru.name.git 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):