public
Description: My collection of potentially useful Python functions
Clone URL: git://github.com/cosmin/ob2lib.git
ob2lib / ob2lib / dry / __init__.py
100644 6 lines (4 sloc) 0.216 kb
1
2
3
4
5
6
## The purpose of this module is to create functions that allows for better syntax
## when performing some common and repetitive tasks. For example adding options
## to optparse
 
modules = ['optparse', 'sqlalchemy']