Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/rope-dist/ropemode/__init__.py
990 views
1
"""ropemode, a helper for using rope refactoring library in IDEs"""
2
3
INFO = __doc__
4
VERSION = '0.1-rc2'
5
COPYRIGHT = """\
6
Copyright (C) 2007-2008 Ali Gholami Rudi
7
8
This program is free software; you can redistribute it and/or modify it
9
under the terms of GNU General Public License as published by the
10
Free Software Foundation; either version 2 of the license, or (at your
11
opinion) any later version.
12
13
This program is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
GNU General Public License for more details."""
17
18