Go to file
Dustin C. Hatch ab4ca55620 Don't copy attributes that don't exist to partial instances
Classes don't have an `__name__` attribute, so when wrapping them in a `functools.partial` instance, don't try to copy it. Same goes for `__doc__`, but most objects should have that.
2011-03-27 14:52:17 -05:00
.settings Started documentation 2011-03-13 16:48:16 -05:00
doc Started documentation 2011-03-13 16:48:16 -05:00
src/milla Don't copy attributes that don't exist to partial instances 2011-03-27 14:52:17 -05:00
.hgignore Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
.project Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
.pydevproject Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
distribute_setup.py Added setup.py 2011-03-13 16:48:35 -05:00
setup.cfg Added setup.py 2011-03-13 16:48:35 -05:00
setup.py Fix `package_dir` keyword in `setup.py` 2011-03-18 19:45:18 -05:00