Reputation: 123
Are the following packages part of the standard installation of Python 2.7?
import common import settings import xpath
Upvotes: 0
Views: 85
Reputation: 80346
No, these are not, check the python 2.7 docs
EDIT: xpath could be the one here. It's hard to answer exactly without knowing the context, but i have no knowledge of common modules/packages named settings / common.
Upvotes: 3
Reputation: 798646
No, those modules are not found in the stdlib.