From c9383c72b2f62bee90050d02a307381cb6bfa536 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 19 Apr 2010 23:43:48 +0200 Subject: updated pydoc --- doc/pydoc/ranger.ext.get_all_modules.html | 35 ------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 doc/pydoc/ranger.ext.get_all_modules.html (limited to 'doc/pydoc/ranger.ext.get_all_modules.html') diff --git a/doc/pydoc/ranger.ext.get_all_modules.html b/doc/pydoc/ranger.ext.get_all_modules.html deleted file mode 100644 index 98a88675..00000000 --- a/doc/pydoc/ranger.ext.get_all_modules.html +++ /dev/null @@ -1,35 +0,0 @@ - - -Python: module ranger.ext.get_all_modules - - - - -
 
- 
ranger.ext.get_all_modules
index
/home/hut/ranger/ranger/ext/get_all_modules.py
-

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.

-

- - - - - -
 
-Functions
       
get_all_modules(dirname)
returns a list of strings containing the names of modules in a directory
-
- \ No newline at end of file -- cgit 1.4.1-2-gfad0 id='n18' href='#n18'>18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111