graphite-project / carbon

Use of a deprecated module detected PYL-W0402
Bug risk
Major
1 occurrence in this check
Use of deprecated module 'optparse', consider replacing it with 'argparse'
 18import errno
 19
 20from os.path import join, dirname, normpath, exists, isdir
 21from optparse import OptionParser 22
 23try:
 24    from ConfigParser import ConfigParser