From: Ben Steffen Date: Tue, 26 Nov 2019 05:18:39 +0000 (-0500) Subject: Normalize module docstring format X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/d8bc0eb2ff12c136bc0cdc1fb16318052af38157 Normalize module docstring format --- 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.