#-*-coding:utf-8-*-
# 导入imp模块
import imp
# 打印出MySQLdb模块
print imp.find_module("MySQLdb")
05-11 13:51