pediapress / mwlib

mediawiki parser library
103 stars 35 forks source link

Use apipkg >=1.2 instead of mwlib.apipkg #16

Closed Arfrever closed 12 years ago

Arfrever commented 12 years ago

apipkg 1.2 has been released on PyPI yesterday. Its CHANGELOG contains:

1.2
----------------------------------------

- Allow to import from Aliasmodules  (thanks Ralf Schmitt)
- avoid loading __doc__ early, so ApiModule is now fully lazy

It should be now possible to revert commit 3a20582f954672cd6c1d17a45711e19e75bd1208, which added mwlib.apipkg. setup.py currently specifies dependency on apipkg even thought mwlib.apipkg is actually used. If commit 3a20582f954672cd6c1d17a45711e19e75bd1208 is reverted, then dependency on apipkg in setup.py should be raised to >=1.2.