X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=phd.py;h=19394839d9ebef92aca3173f3cdc708c34875f71;hb=e60e759a14bd4e0dcc4b1db69ce715058cde0b01;hp=f34437a9af1b647e5f3078f6978a0c14bd91ac67;hpb=c978d4eac730a7fa0d578c4946fcc88854ba8aef;p=phdru.name%2Fphdru.name.git diff --git a/phd.py b/phd.py index f34437a..1939483 100644 --- a/phd.py +++ b/phd.py @@ -9,7 +9,7 @@ def _url2href(match): return '%s' % (url, url) -full_dirs = len(os.getcwd().split('/')) + 2 +full_dirs = len(os.getcwd().split('/')) + 1 class phd(Template): def __init__(self, *args, **kw):