module docstring cleanups [134 files]
This commit is contained in:
parent
21b8084b37
commit
20f4b12832
134 changed files with 186 additions and 123 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
scripts/gendiff.py:
|
||||
|
||||
Clean up control characters and trailing whitespace in the listed source files
|
||||
and create a unified diff between them.
|
||||
|
||||
|
|
|
|||
|
|
@ -16,10 +16,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/>.
|
||||
|
||||
"""
|
||||
uninstall-mmgen.py - Uninstall MMGen from a system
|
||||
"""
|
||||
|
||||
import sys,os
|
||||
|
||||
def normalize_path(p):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue