diff options
author | Josh Marshall <jmarshall@ecology-dev.local> | 2010-10-26 03:20:19 -0500 |
---|---|---|
committer | Josh Marshall <jmarshall@ecology-dev.local> | 2010-10-26 03:20:19 -0500 |
commit | 6a388ded772221c4b5fbb07ed69db8d57b0b583e (patch) | |
tree | 8dfb49609d4b2c5c984ab08cd9d3dea881e5e6dc /jsonrpclib/history.py | |
parent | 283a2a94ca6376d96b2feda716bc3a2ffbb31cb1 (diff) | |
download | jsonrpclib-6a388ded772221c4b5fbb07ed69db8d57b0b583e.tar.gz |
Setting fcntl to None if not importable, adding tests module, updating README to markdown.
Diffstat (limited to 'jsonrpclib/history.py')
-rw-r--r-- | jsonrpclib/history.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonrpclib/history.py b/jsonrpclib/history.py index e6a01cf..d11863d 100644 --- a/jsonrpclib/history.py +++ b/jsonrpclib/history.py @@ -1,4 +1,3 @@ - class History(object): """ This holds all the response and request objects for a |