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. #
  5.  
  6. import gtk, pygtk
  7. from RaiTV import Interface
  8.  
  9. ui = Interface.UI()
  10.  
  11. ui.show_all()
  12.  
  13. gtk.main()
  14.