Zope Subversion Repository |
|
| version 99070, Fri Apr 10 09:35:06 2009 UTC | version 99090, Fri Apr 10 15:05:02 2009 UTC | ||
|---|---|---|---|
|
|
||
| type(pytz.UTC): NoProxy, | type(pytz.UTC): NoProxy, | ||
| }) | }) | ||
| try: | |||
| # NOTE: remove try/except when we depend on python2.5 and up. uuid in standard library from python 2.5. | |||
| from uuid import UUID | |||
| BasicTypes[UUID] = NoProxy | |||
| except ImportError: | |||
| pass | |||
| # Available for tests. Located here so it can be kept in sync with BasicTypes. | # Available for tests. Located here so it can be kept in sync with BasicTypes. | ||
| BasicTypes_examples = { | BasicTypes_examples = { | ||
| object: object(), | object: object(), |
|
||||||||
|
webmaster@zope.org Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |