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. from distutils.core import setup
  2.  
  3. setup (name='Snorky',
  4. version='0.3',
  5. author='Leonardo Robol',
  6. author_email='leo@robol.it',
  7. url='http://www.robol.it/~leonardo/',
  8. license='GPL',
  9. py_modules=['SnorkyCore', 'SnorkyGui'],
  10. data_files=[('bin', ['snorky']),
  11. ('share/applications',['snorky.desktop']),
  12. ('share/pixmaps', ['snorky.png']) ],
  13. )