web/hdalab/models/__init__.py
author veltr
Mon, 30 Jan 2012 18:20:59 +0100
changeset 116 0f9cc90c49fa
parent 114 c59383cc9940
child 119 e3ebe3545f72
permissions -rw-r--r--
Merge with c59383cc9940dc2384d58279273b4f4f13452f8d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
114
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
from hdalab.models.categories import WpCategory, InfoboxParameter, TagInfobox, TagWpCategory
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
__all__ = ['WpCategory', 'InfoboxParameter', 'TagInfobox', 'TagWpCategory']