~jelmer/pydoctor/unstable

« back to all changes in this revision

Viewing changes to pydoctor/test/importstartest/mod1.py

  • Committer: Jelmer Vernooij
  • Date: 2010-03-29 14:44:55 UTC
  • mfrom: (1.1.2)
  • Revision ID: git-v1:9adf00d9819bc97fa35411628c0cec46d6000e05
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from mod2 import *
2
 
 
3
 
class C(B):
4
 
    pass