diff options
Diffstat (limited to 'tests/t306/lib/foo.py')
-rw-r--r-- | tests/t306/lib/foo.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/t306/lib/foo.py b/tests/t306/lib/foo.py new file mode 100644 index 0000000..9dd52e6 --- /dev/null +++ b/tests/t306/lib/foo.py @@ -0,0 +1,6 @@ +import foo.bar + + +class Foo(object): + def __init__(self): + foo.bar |