Changeset 217 for trunk/email2trac.py.in


Ignore:
Timestamp:
08/07/08 14:27:38 (16 years ago)
Author:
bas
Message:

email2trac.py.in:

  • See Changelog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r215 r217  
    8787import urllib
    8888import unicodedata
    89 import ConfigParser
    9089from stat import *
    9190import mimetypes
     
    11091108        Parse the config file
    11101109        """
    1111 
    11121110        if not os.path.isfile(file):
    11131111                print 'File %s does not exist' %file
     
    11301128
    11311129        else:
    1132                 project = config.defaults()
     1130                # use some trac internales to get the defaults
     1131                #
     1132                project = config.parser.defaults()
    11331133
    11341134        return project
Note: See TracChangeset for help on using the changeset viewer.