vim/sadness/ropevim/src/rope/rope/base/__init__.py @ b783542ecd34

Minor tweaks.
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Jun 2011 16:30:30 -0400
parents 48cacfdc2ca6
children (none)
"""Base rope package

This package contains rope core modules that are used by other modules
and packages.

"""

__all__ = ['project', 'libutils', 'exceptions']