Remove Mercurial dependency, replace django_cas with django-cas-ng.
[redakcja.git] / src / dvcs / tests / models.py
1 from dvcs.models import Document
2
3 class ADocument(Document):
4     pass