Merge branch 'vlan/python-fixes'

This commit is contained in:
Andrey Vlasovskikh
2015-07-01 20:57:19 +03:00
8 changed files with 92 additions and 55 deletions
@@ -0,0 +1,4 @@
from pkg1 import m1
print(m1)
# <ref>
@@ -0,0 +1 @@
__all__ = ['m1']
@@ -0,0 +1,2 @@
def foo():
pass