Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 oslo 配置包。但是我发现有人像这样使用这个包
import oslo.config
而其他一些人则像这样使用它
import oslo_config
我很困惑,谁能告诉我这两个包有什么区别?谢谢
/usr/lib/python2.7/dist_packages/oslooslo 命名空间包已弃用,安装后除了中间目录外,您看不到任何oslo.config内容。因此oslo_config,当您要导入某些内容时,请改用。
/usr/lib/python2.7/dist_packages/oslo
oslo.config
oslo_config