Explicitly use __builtin__.open to avoid open() calling itself.
[apachelog.git] / apachelog / file.py
2012-02-18 W. Trevor KingExplicitly use __builtin__.open to avoid open() calling...
2012-02-18 W. Trevor KingAdd apachelog.file.open, which makes it easy to ignore...