PageRenderTime 21ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test036.py

http://pyjamas.googlecode.com/
Python | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | c7499914b099d781eecd1f046f1ec578 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. from foo import Foo
  2. class Bar(Foo):
  3. pass