This reverts commit fb1dc7c405
.
I was under the impression, that all previous scripts were already
working with python 3. But as it turns out, this isn't true. Reverting,
so I can properly post follow-up patches, that fix the issues before we
apply this "drop python2" patch again.
Related: OS#2819
Change-Id: Ic1559d1a9f7839fa86a841d62a04b22e1caed466
changes/12/16512/2
parent
fb1dc7c405
commit
b0ba927e33
@ -1,4 +1,4 @@ |
||||
#!/usr/bin/env python3 |
||||
#!/usr/bin/env python |
||||
__version__ = '0.1.0' |
||||
|
||||
__all__ = ['obscvty', 'osmoutil', 'osmo_ipa', 'osmo_interact', 'trap_helper', 'twisted_ipa'] |
||||
|
@ -1,2 +1,2 @@ |
||||
#!/usr/bin/env python3 |
||||
#!/usr/bin/env python |
||||
__all__ = ['common', 'vty', 'ctrl'] |
||||
|
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env python2 |
||||
|
||||
# just import a smoke test for osmopy |
||||
|
||||
import osmopy |
||||
|
||||
print '[Python2] Smoke test PASSED.' |
Loading…
Reference in new issue