Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/9ad22a1848fc/debian/control.in
Дата изменения: Unknown
Дата индексирования: Mon Feb 4 07:45:21 2013
Кодировка:
allpy: 9ad22a1848fc debian/control.in

allpy

view debian/control.in @ 310:9ad22a1848fc

Added calls to super to all classes in allpy.base The calls are not exactly correct. This WILL fail in certain inheritance situations. There are two bad situations: * inheritance from object; __init__ of object does not accept any arguments, so it is not compatible with interface of any of our classes * inheritance of Block(Alignment). The situation here is relatively easy to fix: we should force compatibility of function interfaces for Block and Alignment.
author Daniil Alexeyevsky <me.dendik@gmail.com>
date Thu, 16 Dec 2010 21:08:03 +0300
parents
children 807e1e71bc33
line source
1 Source: allpy
2 Section: science
3 Priority: optional
4 Maintainer: Danya Alexeyevsky <dendik@kodomo.fbb.msu.ru>
5 Standards-Version: 3.6.1
6 Build-Depends: @cdbs@
8 Package: python-allpy
9 Architecture: all
10 Depends: python (>> 2.5)
11 Description: Python library for working with alignments
13 Package: geometrical-core
14 Architecture: all
15 Depends: python-allpy
16 Description: Find geometrical core in a multiple alignment