We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c01c6b commit f03b8edCopy full SHA for f03b8ed
examples/common.py
@@ -53,6 +53,7 @@ def find_resource_cls(opts):
53
args[-1] = args[-1].replace('.py', '')
54
from_str = '.'.join(args)
55
class_str = args[-1].title()
56
+ class_str = class_str.replace('_', '')
57
else:
58
# called with path e.g.: openstack.network.v2_0.network.Network
59
args = argument.rpartition('.')
0 commit comments