62b37f0453
Change-Id: I616ab0d81b961effaa3b4a8639b1d06327473f08 Implements: blueprint remove-unicode
11 lines
156 B
Python
11 lines
156 B
Python
#!/usr/bin/python3
|
|
# PBR Generated from 'console_scripts'
|
|
|
|
import sys
|
|
|
|
from oslo_rootwrap.cmd import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|