From d8bc0eb2ff12c136bc0cdc1fb16318052af38157 Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Tue, 26 Nov 2019 00:18:39 -0500 Subject: [PATCH] Normalize module docstring format --- python/invirt/__init__.py | 5 +++-- python/invirt/authz.py | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/python/invirt/__init__.py b/python/invirt/__init__.py index e199bc3..fc55bd8 100644 --- a/python/invirt/__init__.py +++ b/python/invirt/__init__.py @@ -1,11 +1,12 @@ -'''Invirt - a virtualization management system +""" +Invirt - a virtualization management system Invirt was developed at the Student Information Processing Board of the Massachusetts Institute of Technology. See http://xvm.mit.edu/. Invirt is free software available under the GNU GPL, version 2 or later. Consult the source files for details. -''' +""" # Invirt is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/python/invirt/authz.py b/python/invirt/authz.py index 791dbf3..bab2bea 100644 --- a/python/invirt/authz.py +++ b/python/invirt/authz.py @@ -1,4 +1,5 @@ -"""Invirt authorization. +""" +Invirt authorization. This module acts as a loader for the pluggable authorization system. -- 1.7.9.5