1
0
forked from VimPlug/jedi

A stab at davidhalter/jedi#361 (Flask extension imports)

Both new-style and old-style extensions work, but only when imported
with a 'from'.  There are two skipped tests of the full dotted name
imports.

Also, our fixture has a normal flaskext package, whereas in practice
the flaskext module is injected from a pth file and does not have
__init__.py, we need to figure out to handle that.
This commit is contained in:
Albertas Agejevas
2014-07-27 12:40:35 +02:00
parent e2cdbf61de
commit 13c1f79d5c
7 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
class Foo(object):
pass