diff options
author | hut <hut@lavabit.com> | 2010-04-26 22:53:04 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-04-26 22:53:04 +0200 |
commit | 85ff35500c1591b3924fc3bf13b92b6fe9e0b5b6 (patch) | |
tree | 12a8d337bb3240c0663c994f93cd7064f5ddd991 | |
parent | 333e362b883ad390274fb443dc44541670f4c432 (diff) | |
download | ranger-85ff35500c1591b3924fc3bf13b92b6fe9e0b5b6.tar.gz |
api.apps: Removed unnecessary (?) docstring
-rw-r--r-- | ranger/api/apps.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ranger/api/apps.py b/ranger/api/apps.py index 38d638fb..90162e0b 100644 --- a/ranger/api/apps.py +++ b/ranger/api/apps.py @@ -13,10 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -""" -This module provides helper functions/classes for ranger.apps. -""" - import os, sys, re from ranger.api import * from ranger.ext.iter_tools import flatten |