~mwhudson/pydoctor/github

« back to all changes in this revision

Viewing changes to pydoctor/server.py

  • Committer: Amber Brown
  • Date: 2015-12-13 15:17:53 UTC
  • mfrom: (639.1.2)
  • Revision ID: git-v1:ce839d4db3463b034a1296791fe88858ea0801a5
Merge pull request #100 from hawkowl/fix-unicode

Fix #98

Show diffs side-by-side

added added

removed removed

Lines of Context:
544
544
        frag = ob.name
545
545
    elif ob.documentation_location == model.DocLocation.OWN_PAGE:
546
546
        child = ob.fullName() + '.html'
547
 
        frag = None
 
547
        frag = ''
548
548
    else:
549
549
        raise AssertionError("XXX")
550
550
    u = URLPath.fromRequest(request)