autopep8: F841 undefined name
Special cases:
- `long` and `unicode` no longer exist in python 3. I added a "# noqa"
comment to avoid warnings.
- `cmp` method no longer exist in python 3. It was used in the
`test/unittest_analyze.py` file in the __cmp__ method. It appears that
when this method is removed, all the tests are still valid. Therefore I
dropped it.
include doc/conf.py
include doc/*.txt
include doc/Makefile
include doc/.static/*
include doc/.templates/*
include makefile
include rql/parser.g
include __pkginfo__.py
include README
include TODO
include ChangeLog
include COPYING
include COPYING.LESSER
include data/gecode_version.cc
recursive-include tools *.py *.rql