11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
![]() |
#!/usr/bin/python2
|
||
|
# PBR Generated from u'console_scripts'
|
||
|
|
||
|
import sys
|
||
|
|
||
|
from oslo_rootwrap.cmd import main
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
sys.exit(main())
|