Batteries included

The imports of a current project at work: $ grep -h import *.py|sort -u from __future__ import with_statement from cStringIO import StringIO from ftplib import FTP from xml.etree import ElementTree import ConfigParser import csv import glob import logging, logging.handlers import os import sys import time import traceback import zipfile Small program (500 lines, w/o empty lines and comments), but a lot of things get done. You don't have to download and install a single additional library for this....

2008-03-28 18:58:00Z ยท Last edited: 2009-08-27 20:04:52Z