Home | Trees | Indices | Help |
---|
|
1 # -*- coding: utf-8 - 2 # 3 # This file is part of restkit released under the MIT license. 4 # See the NOTICE for more information. 5 6 version_info = (3, 3, 1) 7 __version__ = ".".join(map(str, version_info)) 8
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 19 18:07:09 2011 | http://epydoc.sourceforge.net |