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]

  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3.  
  4. from distutils.core import setup
  5.  
  6. setup(name="mlmanager",
  7. version="0.1",
  8. description="Python module to deliver mldonkey downloads",
  9. author = "Leonardo Robol",
  10. author_email = "leo@robol.it",
  11. url = "http://poisson.phc.unipi.it/~robol/wordpress/programmi/mlmanager/",
  12. py_modules = [ 'mlmanager' ])
  13.