X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=phd.py;h=529f87a09fa3275d090435c72d773e7ffde2ea5a;hb=42fb7aee39e33a28ea1988f41865278501f5e21f;hp=e12fb902cb88599af9dfc49a13a361df6c4d9f0d;hpb=42465be8abac2fdb32c939bc7e5ad0fbca5df2f8;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):