Changeset 217 for trunk/email2trac.py.in
- Timestamp:
- 08/07/08 14:27:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r215 r217 87 87 import urllib 88 88 import unicodedata 89 import ConfigParser90 89 from stat import * 91 90 import mimetypes … … 1109 1108 Parse the config file 1110 1109 """ 1111 1112 1110 if not os.path.isfile(file): 1113 1111 print 'File %s does not exist' %file … … 1130 1128 1131 1129 else: 1132 project = config.defaults() 1130 # use some trac internales to get the defaults 1131 # 1132 project = config.parser.defaults() 1133 1133 1134 1134 return project
Note: See TracChangeset
for help on using the changeset viewer.