viewgit/index.php:465 Only variables should be passed by reference [2048]
viewgit/index.php:466 Non-static method GeSHi::get_language_name_from_extension() should not be called statically [2048]
#!/usr/bin/env python # -*- coding: utf-8 -*- from distutils.core import setup setup(name="mlmanager", version="0.1", description="Python module to deliver mldonkey downloads", author = "Leonardo Robol", author_email = "leo@robol.it", url = "http://poisson.phc.unipi.it/~robol/wordpress/programmi/mlmanager/", py_modules = [ 'mlmanager' ])