module docstring cleanups [134 files]

This commit is contained in:
The MMGen Project 2022-11-14 09:54:07 +00:00
commit 20f4b12832
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
134 changed files with 186 additions and 123 deletions

View file

@ -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.

View file

@ -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):