Simplify settings loading a bit. Remove the things which haven't been working for...
[redakcja.git] / src / dvcs / tests / models.py
1 from dvcs.models import Document
2
3 class ADocument(Document):
4     pass