Skip to content
Snippets Groups Projects
  1. Nov 27, 2010
  2. Nov 15, 2010
  3. Nov 12, 2010
  4. Nov 10, 2010
  5. Nov 09, 2010
  6. Nov 04, 2010
  7. Nov 03, 2010
  8. Oct 29, 2010
  9. Oct 27, 2010
  10. Oct 26, 2010
  11. Oct 22, 2010
  12. Oct 15, 2010
    • Iustin Pop's avatar
      Crude workaround for pylint breakage · f1763373
      Iustin Pop authored
      
      The way we currently call pylint, the exact order it inspect modules in
      lib/http/ depends on the filesystem order. This is not good, and if
      lib/http/server.py is loaded before lib/http/__init__.py, it will throw
      a "R0921:763:HttpMessageReader: Abstract class not referenced" (as that
      class is used in server.py).
      
      For the short-term fix, we just add server.py after "ganeti", so that
      it gets parsed (again?) and pylint sees the usage of the class.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      f1763373
  13. Oct 13, 2010
  14. Sep 06, 2010
Loading