6f7f241d94
We no longer ship Python2 in images so use Python 3 in scripts. Change-Id: I428099d66715d6156a891d6f682f52e49f1b7753
11 lines
157 B
Python
11 lines
157 B
Python
#!/usr/bin/python3
|
|
# PBR Generated from u'console_scripts'
|
|
|
|
import sys
|
|
|
|
from oslo_rootwrap.cmd import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|