man-group / pkglib

Company-centric Python packaging and testing library
39 stars 22 forks source link

Don't use six for a configparser. #26

Closed Wilfred closed 10 years ago

Wilfred commented 10 years ago

setup.py develop installs our dependencies, including six. So we can't use six's configparser to parse our dependencies, because we haven't installed it yet!

Wilfred commented 10 years ago

Jenkins is happy; I'm happy.